• Resolved inessa2004

    (@inessa2004)


    When I added sidebar menu, I noticed that there’s a blue line appeared in sidebar.
    It can be seen only on 2nd level child pages.
    Is there any way to hide it?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author FuturioWP

    (@futuriowp)

    Hi

    You can use this CSS code (add it into Customizer – Additional CSS):

    .widget .current-page-parent::before {
        display: none;
    }
    Thread Starter inessa2004

    (@inessa2004)

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sidebar menu appearance’ is closed to new replies.