[Resolved] underline footer titles

Home Forums Support [Resolved] underline footer titles

Home Forums Support underline footer titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1239125
    Patrick

    Hi,

    I’d like to create an effect in the footer where the widget titles have a solid colored line under the title. I know that may not be clear so the website url I’m including is of a site that does what I’m looking to achieve. (the yellow lines in the footer)

    Thanks.

    #1239285
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .footer-widgets .widget-title {
        display: inline;
        border-bottom: 1px solid #eb9812;
        /* Add space between title and border */
        padding-bottom: 5px;
    }
    #1239288
    Patrick

    Great…thanks!

    #1239311
    David
    Staff
    Customer Support

    You’re welcome

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