Change opacity of the static homepage
-
Hello, can somebody help me with my webpage. I can’t modify the opacity of the background image of my static homepage. I can modify the opacity of the panels but not of the homepage. I will be very grateful if somebody helps me. Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi, the overlay is done with a RGB background color with an Alpha transparency. Add the following to get rid of that.
.pique-panel-background::before { background: rgba(0, 0, 0, 0); } -
Oops, they snuck another one in there. Add this as well.
.pique-panel-background { opacity: 1; } -
-
- The topic ‘Change opacity of the static homepage’ is closed to new replies.