Hi Daniel
Thanks for your previous help.
I’ve uploaded new graphics to my site and they are coming up darker than the originals. I can’t see why this would be.
You can see what I mean at http://www.theprofile.company
I’d be grateful for your input.
Naomi
Hi Naomi
there is a CSS class that defines the gray overlay, called .slide-overlay
.
This is set to a default of 40% in the theme (background: rgba(0,0,0,.4);
), see last parameter.
You can easily overwrite this to e.g. 20% with the following custom class under Appearance > Theme Options > Design:
.slide-overlay {
background: rgba(0, 0, 0, .2);
}
Hope this helps.
Markus
Hi Naomi. Did you get this to work? I am entering it into the custom CSS within the theme (not the database) and it doesn’t work. Please let me know what your solution was. Thanks.