Hi-
I’ve removed the main title from the Categories widget in the sidebar on my blog but I’m still seeing it listed twice on the actual blog page. Is there something in the theme settings that I can adjust so this isn’t listed twice? I just want it to say Categories once. Thanks!
Erin
Hey ESWEENEY113,
Add this to quick css:
#categories-5 label{
display:none!important;
}
Best regards,
Jordan Shannon
Thanks for the quick reply. However I’m still seeing it listed twice. This is for the blog categories.
Hi,
Can you screenshot so I know I’m targeting the correct section?
Best regards,
Jordan Shannon
How do I send you a screenshot? :/
Hi ESWEENEY113,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#categories-5 .screen-reader-text {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked! Thank you :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon