• Resolved katelnewman

    (@katelnewman)


    Hi there,

    I want to totally remove the “Categories” header that is showing above the drop-down box (so it just shows the drop-down box only).

    What is the best way to do this?

    Thank you ??

    Kate

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    You could add this CSS to achieve what you’re after;

    .wop_tiny1 h2.widgettitle {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing title above widgets?’ is closed to new replies.