[Resolved] Underline widget title

Home Forums Support [Resolved] Underline widget title

Home Forums Support Underline widget title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #117137
    Scott

    Is there a way to underline the widget title like this so that the underline length is the same as the length of the title.

    Thanks.

    #117140
    Tom
    Lead Developer
    Lead Developer

    You could do something like this:

    .widget-title {
        border-bottom: 1px solid #ddd;
        display: inline-block;
    }

    Adding CSS: http://generatepress.com/knowledgebase/adding-css/

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