How to adjust Slider overlay transparency?

Viewing 10 posts - 1 through 10 (of 10 total)
  • #15927
    terryogara
    Participant

    Is it possible to adjust the overlay or panel grade in the slider in order to make it less transparent and darker against the white text? I don’t want to eliminate the transparency altogether, simply make my copy more legible against the slider image (http://adrianaperry.com/).

    Thank you.

    #15929
    supergarEo
    Participant

    hi terryogara, how do you get Specialized Business Consulting for Businesses and Individuals box to appear on page under your slider?

    thanks

    Gary

    #15930
    supergarEo
    Participant

    sorted it.

    #15955
    Daniel Tara
    Keymaster

    If you look in style.css at the selector #slider .entry-title a you’ll see it has a property that looks like this: background: rgba(0, 0, 0, .15);. The last number in that property, namely .15, represents the alpha channel or opacity. If you increase that number it will increase the opacity.

    #15964
    terryogara
    Participant

    Thank you, Daniel.

    #16038
    ShannonElizabeth
    Participant

    Forgive me, but I am trying to do the same thing. Where do I find “style.css” ??

    #16040
    supergarEo
    Participant

    Hi ShannonElizabeth the style.css is under appearance>editor

    But if you go to appearance>theme options and the layout option you can enter the above css in there without having to input it directly into the styles.css code.

    i have used the following settings

    #slider .entry-title {
    top: 65%;
    background:rgba(0, 0, 0, .30);
    color:#FFF ;
    }

    the top: 65%; also lowers where the text appears in the slider

    thanks

    supergarEo

    #16044
    ShannonElizabeth
    Participant

    Hi supergarEO,

    Thank you! That worked!

    Is there any way to change the size of the text? I would like to make it smaller.

    Best Regards,
    Shannon

    #16045
    supergarEo
    Participant

    hi shannonElizabeth

    before the closing } just put in

    font-size:28px;

    or change the amount before px to whatever size is best for you.

    thanks

    supergarEo

    #16047
    ShannonElizabeth
    Participant

    Worked like a charm! Thanks so much for your help!!
    ~Shannon

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

You must be logged in to reply to this topic.