Problem I encountered after installing the program. The main visitor page. The picture appears to be behind the writing by shading !! . .
Topics:
bwaba
Be the first person to like this.
Be the first person to like this.
Be the first person to like this.
2 people like this
Be the first person to like this.
Be the first person to like this.
Be the first person to like this.
not sure if this is what you mean. to hide the overlay color you can add this to your css:
body#page_core_index-visitor .landing-background::after { display:none; }
to change the color:
body#page_core_index-visitor .landing-background::after { background: rgba(0, 0, 0, 0.4); }
to change or delete the blur filter use this:
body#page_core_index-visitor .landing-background { filter: none; }
Be the first person to like this.
Be the first person to like this.
Be the first person to like this.
Be the first person to like this.
Be the first person to like this.
Hi Osamcousa,
Feel free to contact us at https://phpfox.younetco.com/contact-us in case you need our help.
Be the first person to like this.