[Resolved] Removing the Underline from Footer Widget

Home Forums Support [Resolved] Removing the Underline from Footer Widget

Home Forums Support Removing the Underline from Footer Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1317199
    purnima banik

    Hi, Leo

    You suggested me the code as follows to set an underline across the widgets. However, I want to remove the underline from footer widget only. Please suggest the solution. The code is as under –

    .widget ul li {
    border-bottom: 1px solid #000000;
    }

    #1317350
    Leo
    Staff
    Customer Support

    Hi there,

    Try adding this CSS:

    .footer-bar .widget ul li {
        border-bottom: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1318235
    purnima banik

    Worked Like a Charm !!!

    Thank you for the code.

    #1318403
    Leo
    Staff
    Customer Support

    No problem 🙂

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