Support » Theme: OceanWP » Footer menu lines

  • saxos

    (@saxos)


    How can I remove the white lines on my footer widget menu?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Abhishek

    (@abhikr781)

    Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .custom-menu-widget .oceanwp-custom-menu>ul>li {
        border-bottom: none;
    }
    Thread Starter saxos

    (@saxos)

    Thank you! It worked great.

    Abhishek

    (@abhikr781)

    YOu are welcome and glad to hear that issue has been fixed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer menu lines’ is closed to new replies.