Vladimir Vladimir
asked 10 years ago

Hi, could you please advise how can I remove the gradient effect from the main page of the template? I want there just image with logo and stuff, but I don’t want to have 2 colors there. Any advise please?

1 Answers
Wilfred
answered 10 years ago

Hi Vladimir, To resolve this issue please add the following code to Header code in Dashboard / Appearance / Customize / Custom Code.

<style>
.home .banner.cover:before {
display: none;
}
</style>

Hope this helps!

Serhat Narin
replied 10 years ago

Hello. I’ve the same question for sub-pages..
I’ve applied above to CSS and it worked for home page but in subpages gradient effect still covers the image.

Powered by DW Question & Answer Pro