Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #932603

    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!

    #932873

    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

    #933841

    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.

    https://prnt.sc/ix5v1f

    Your thoughts on this?

    Thank you!

    #933900

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.