Background bar in the slider: Change the opacity?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #20097
    OKI
    Participant

    Hi there,

    first off all thank you for the marvelous theme. It’s great – I love it.
    I’ve made a new page of mine on the basis of your pinboard-theme and I’ve a little problem with the bar behind the text in the slider: The opacity is to low to read the text perfectly. Right now I use a poor workaround (using very dark pictures to make the text readable), but I would like to use the original images with a good quality for my site.
    Can you please tell me, how I can change the opacity?
    You’ll find my site at http://www.oliverkirch.com/worpress.
    Thanks in advance!

    Best wishes

    Oliver

    #20113
    RyanErdmann
    Participant

    You can add this CSS to the Custom CSS section in Theme Options:

    
    #slider .entry-title a {
    	background-color: rgba(0,0,0,.6);
    	font-weight: 500;
    }
    
    #20114
    OKI
    Participant

    Hi Ryan,

    thanks a lot for the quick answer – your solution is perfect for me!

    Have a nice weekend!

    Best regards

    Oliver

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.