Remove "Spotlight" on home page
- The topic ‘Remove "Spotlight" on home page’ is closed to new replies.
Need help? Check out our Support site, then
I am trying to remove the text where it says “spotlight” I left it blank in the settings but it keeps putting “spotlight” back on the page. I attempted CSS codes but none that I’ve found have worked so far. Is it possible to remove this and if so, how?
The blog I need help with is: (visible only to logged in users)
Hi!
Try with:
.home #main.col-left h3.section {
display: none;
}
Let me know if that helps!
worked perfectly! Thanks!