• I want to remove the 3 dots under my nav bar. Any code for this? Can’t figure it out.

    Also, I want to get rid of the “home” page in my nav bar. I’ve deleted it from my menus and it’s not in my pages, so I’m not sure why it’s still showing up.

    Thanks
    hkediting.com

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

    You can achieve what you’re after by adding following custom CSS to the theme using Jetpack’s Custom CSS Module by navigating to Appearance -> Edit CSS from your WordPress dashboard:

    .beforeContent{
        display:none;
    }
    .page-id-198 .main-navigation .current_page_item a{
        display:none;
    }

    Hope it helps.

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    It worked, thank you!

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    The “home” item is gone from my nav bar on the home page, however it still shows up in the nav bar when I go to any of my other pages. How do I get it removed there?

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

The topic ‘Remove dots under nav bar’ is closed to new replies.