Ixion theme remove front page shadow overlay
-
Hi there, my front page cover picture has a dark overlay per default (that is what the happiness engineer told me). As i have no idea how to handle CSS, can somebody help me to remove the overlay to get a clear picture?
Many thanks, AndiThe blog I need help with is: (visible only to logged in users)
-
Hi Andi, add the following custom CSS to remove the grey overlay.
.header-overlay::before { background-color: rgba(0, 0, 0, 0); } -
-
- The topic ‘Ixion theme remove front page shadow overlay’ is closed to new replies.