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
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!
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.
Please login or Register to submit your answer