Ixion theme – removing the filter over homepage images
-
I am using the Ixion theme. I wish to if possible at all, remove the filter which is displaying on the images on the homepage – I’d like my images, without the dark filter/overlay added to them – can I achieve this?
Many thanks for your help in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.home .header-overlay::before, .home .featured-content .hentry { background: rgba(0, 0, 0, 0); } .home .featured-content .hentry .post-thumbnail { opacity: 1; } -
Thank-you – I have now done this and achieved the look which I wanted. Your help has been much appreciated.
-
- The topic ‘Ixion theme – removing the filter over homepage images’ is closed to new replies.