• When I am Adding A page it has no navigation bar like the other existing pages

    Am I missing something?

    other /software I have used in the past automatically created navigation bar when a new page was created.

    The site was created with a theme

    All instructions I see instruct on how to create a new navigation menu.

    I just need to add new pages to the theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    >> When I am Adding A page it has no navigation bar <<
    What do you mean by navigation bar?

    Please provide a link to a page on your site where we can see this. Thanks. Note: Your link will be public and we will not later remove it.

    Thread Starter arthur2020

    (@arthur2020)

    The navigation menu is there but the style (CSS) is messed up due to the items colors are set to the background colors.

    Try adding this to your custom CSS file via Customizer

    .pagelayer-wp_menu-ul>li.current-menu-item>a {
        color: #000000;
    }
    
    .pagelayer-wp_menu-ul>li a:first-child {
        color: #000000;
    }

    I have no idea how that pagelayer editor works but you might be able to fix that from there by selecting some text color for the menu items that contrast with white… I used black cause I’m lazy!

    • This reply was modified 4 years, 5 months ago by JNashHawkins.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘When Adding A page has no navigation bar like the other pages’ is closed to new replies.