[Resolved] Widget Line Beneath Title

Home Forums Support [Resolved] Widget Line Beneath Title

Home Forums Support Widget Line Beneath Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #133153
    Dereck

    I would like a subtle dividing line separating the title from the content in my side widgets.
    An example would be after ‘Today’s Events’ here http://tinyurl.com/o66le64.

    Is this a customizer function or do I have to add code?

    #133155
    Tom
    Lead Developer
    Lead Developer

    Just some simple code 🙂

    .widget-title {
          border-bottom: 1px solid #DDD;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.