Wsparcie » Używanie i konfiguracja WordPressa » Kolor tekstu w slideshow, wyjustowanie

  • Rozwiązano zioomus

    (@zioomus)


    Witam po raz kolejny 🙂 Piszę tu po raz trzeci, za każdym razem udało się rozwiązać problem więc mam nadzieję, że tym razem będzie tak samo.
    Moja witryna to http://www.naszeostrowy.webd.pl
    Tak jak widać mam slideshow, jednak średnio jestem zadowolony z jego wyglądu. Udało mi się usunąć kategorię, datę dodania posta i autora, ale teraz mam trochę za wysoko nazwę newsa – co zrobić, aby była linijkę-dwie niżej?
    Drugie pytanie dotyczy wyjustowania tekstu, gdzie to ustawić?
    Trzecie pytanie dotyczy zmiany koloru treści początkowej newsa, teraz jest siwy, bo tak było domyślnie, poradziłem sobie ze zmianą tła, poradziłem sobie ze zmianą nagłówka, ale do tego dojść nie mogę. Wklejam to co mam w style.css, czy może w innym kierunku uderzać?

    #slideshow, .slideshow {height: 290px; width: 975px; overflow: hidden; position: relative;}
    .slide {height: 290px; width: 975px; background: #91ba2d;}
    .slide img {display: block; float: left; width: 640px; height: 290px; position: relative; top: -20px; left: -30px;}
    .slide .post {padding: 20px 30px 0;}
    .slide .post-category {font-size: 11px; color: #F90403; text-transform: uppercase; margin-bottom: 5px;}
    .slide .post a {color: #f6f6f6;}
    .slide .post .post-category a {text-decoration: none;}
    .slide .post .post-category a:hover {text-decoration: underline;}
    .slide .post h2 {margin-bottom: 5px;}
    .slide .post h2, .slide .post h2 a {color: #000000; font-size: 26px; font-weight: normal; text-decoration: none;}
    .slide .post h2 a:hover {text-decoration: underline;}
    .slide .post .post-meta {font-size: 11px; font-style: italic; color: #000000; margin-bottom: 20px;}
    .slide .post .post-meta span, .slide .post .post-meta a {color: #000000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
    .slide .post-content p {margin-bottom: 15px;}
    .slide .post .post-meta a:hover {text-decoration: underline;}
    .slide .post .post-author {text-transform: uppercase;}
    #larr, #rarr {display: block; width: 32px; height: 53px; position: absolute; top: 106px !important; opacity: 0.2; z-index: 99 !important;}
    #larr {background: #ffffff url(„images/larr.png”) 8px 50% no-repeat; left: 0 !important;}
    #rarr {background: #000000 url(„images/rarr.png”) 11px 50% no-repeat; right: 0 !important;}
    #larr:hover, #rarr:hover {opacity: 1;}

    Serdecznie proszę o pomoc (jeżeli jest to możliwe w miarę łopatologicznie, bo średnio jestem obyty z wordpressem) i z góry bardzo dziękuję!

Viewing 2 replies - 1 through 2 (of 2 total)
  • #slideshow, .slideshow {height: 290px; width: 975px; overflow: hidden; position: relative;}
    .slide {height: 290px; width: 975px; background: #91ba2d;}
    .slide img {display: block; float: left; width: 640px; height: 290px; position: relative; top: -20px; left: -30px;}
    .slide .post {padding: 20px 30px 0;}
    .slide .post-category {font-size: 11px; color: #F90403; text-transform: uppercase; margin-bottom: 5px;}
    .slide .post a {color: #f6f6f6;}
    .slide .post .post-category a {text-decoration: none;}
    .slide .post .post-category a:hover {text-decoration: underline;}
    .slide .post h2 {margin: 30px 0 10px;}
    .slide .post h2, .slide .post h2 a {color: #000000; font-size: 26px; font-weight: normal; text-decoration: none;}
    .slide .post h2 a:hover {text-decoration: underline;}
    .slide .post .post-meta {font-size: 11px; font-style: italic; color: #000000; margin-bottom: 20px;}
    .slide .post .post-meta span, .slide .post .post-meta a {color: #000000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
    .slide .post-content {text-align:justify; color:#000;}
    .slide .post-content p {margin-bottom: 15px;}
    .slide .post .post-meta a:hover {text-decoration: underline;}
    .slide .post .post-author {text-transform: uppercase;}
    #larr, #rarr {display: block; width: 32px; height: 53px; position: absolute; top: 106px !important; opacity: 0.2; z-index: 99 !important;}
    #larr {background: #ffffff url("images/larr.png") 8px 50% no-repeat; left: 0 !important;}
    #rarr {background: #000000 url("images/rarr.png") 11px 50% no-repeat; right: 0 !important;}
    #larr:hover, #rarr:hover {opacity: 1;}
    Thread Starter zioomus

    (@zioomus)

    Dziękuję serdecznie!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘Kolor tekstu w slideshow, wyjustowanie’ jest zamknięty na nowe odpowiedzi.