How can i hide the widget title?

  • Txiqui7

    #6737

    To manage all the widgets i need to writte down a title, but i don´t want to show it. How can i do it?

    Anonymous

    #35399

    Add this to Custom CSS

    .sidebar h3 {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.