Changing opacity for images
-
Hi,
I am using the Genesis framework sample theme as a parent on . I have added support for a custom background and changed the .site-container opacity to 0.8 so that the background image can be seen under the content. So far so good. But, for content images I want the images not to be transparent at all.
A page that demonstrates the problem is:https://www.bethedog.co.za/about-sam-walpole
I have included the following css:.site-container { opacity: 0.8; } .site-container .content img { opacity: 1 !important; background-color: #fff; }
(lines 1511 – 1519)
but my content images are still transparent.Can any one help me out here?
Thanks,
Trish
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Changing opacity for images’ is closed to new replies.