Hi,
i’m using the X theme with Cornerstone and I want to remove the grey image overlay on the homepage, below the slider. Can you please help me with that?
Thanks in advance!
Regards Ellis
Hi,
i’m using the X theme with Cornerstone and I want to remove the grey image overlay on the homepage, below the slider. Can you please help me with that?
Thanks in advance!
Regards Ellis
Hello Ellis,
To remove the grey image overlay you need to add this custom CSS code the Theme Options —>Global CSS box
.x-bnb-image-grid > a:before {
background-color: transparent;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or in case if you are unfamiliar with code, you may select our One service for further assistance.
Hope it helps.
Thanks
Thank you so much!
This was what I needed.
You are most welcome Ellis.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.