Hey Enfold team!
Can you please show me how to remove the “archives” label on the archives widget I am using on my blog page? I would like to have the dropdown only without the title/label.
Thank you so much!
Hey hackoffseries,
You can just remove the title from the widget, or you can add this css code in Quick CSS (located in Enfold > General Styling):
#top .widget_archive h3.widgettitle {
display: none;
}
Hope it helps :)
Best regards,
Nikko
Hey Nikko!
Thank you so much for your response! Unfortunately, the code you sent didn’t work.
I forgot to indicate which pages the widget is being used on. Here they are:
Here’s the current setting for the archive widget. There’s no title but the word “archive” still appears.
Your thoughts on this?
Thank you!
Hi,
Did you add Nikko’s code to the very top of quick css above everything else so it runs first? Also, be sure to clear your cache a few times over.
Best regards,
Jordan Shannon