What can we help you with?

Find answers here, or submit a help request by using the link at the top right of your screen.

Website Client System

Remove the dark overlay (lightbox effect) on the main banner image of home page

Updated 3 days ago



Please put this piece of code into your childtheme style.css

#cp-branding:after{background: rgba(0,0,0,.2);}

0,0,0 = refer to black background color
.2 = refer to the transparent color value, so you can change that value to fit your needs. 
possible value are .1, .2,.3... up to .9, default value there is .6

***don't forget to clear cache after you made changes on your childtheme style.css editor.

Hope this helps

Previous

Change the banner image on the blog page

Next