• hi, please help. I added a navigation menu in the widgets in the footer builder. It shows lines right across the footer section for each menu. How do I get rid of these lines? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please use this custom CSS code in Appearance > Customize > Additional CSS, to remove the line of the footer menu item.

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

    Regards.

    Thread Starter miffyah

    (@miffyah)

    thank you again, your code worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘navigation menu in footer has lines’ is closed to new replies.