[Support request] Removing Categories Widget title

Home Forums Support [Support request] Removing Categories Widget title

Home Forums Support Removing Categories Widget title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #659808
    Admin

    I can change the title from Categories to whatever I choose, but what I really want is to reclaim the space used by the title. I.E. Instead of showing “Categories” as a title in the widget and then a dropdown saying “Select Category” I would like to only show the dropdown saying “Select Category”. That would give me some much needed space on the crowded sidebar.

    #659890
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #categories-2 .widget-title {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

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