-
terryogara
ParticipantIs 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.
supergarEo
Participanthi terryogara, how do you get Specialized Business Consulting for Businesses and Individuals box to appear on page under your slider?
thanks
Gary
Daniel Tara
KeymasterIf 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.ShannonElizabeth
ParticipantForgive me, but I am trying to do the same thing. Where do I find “style.css” ??
supergarEo
ParticipantHi 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
ShannonElizabeth
ParticipantHi 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,
ShannonsupergarEo
Participanthi 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
You must be logged in to reply to this topic.