• Resolved jlevant

    (@jlevant)


    I chose Ada Pearl because it looks very plan and simple which is what my client wants. I’m trying to change footer color and order of nav menu items not happening. Menu items are as I want them in the menu page. They remain showing up as alphabetical items.

    I used the custom css to change the background color of the nav bar, but doesn’t work for the footer (tried colophon and .site-footer. Both bars should be #6cf

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

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

    (@selfdesigns)

    Could you double check the primary menu is set to the one you are editing? I’m able to change the ordering in the menu page fine.

    Inside of the customizer custom CSS, add the following CSS to change both bars to your desired colour

    .site-footer,
    .site-info
    {
      background-color:#6cf!important;
    }
    • This reply was modified 3 years, 7 months ago by Lewis Self.
    Theme Author Lewis Self

    (@selfdesigns)

    I’m closing this ticket as I haven’t had a reply for 2 months. Feel free to open up a new ticket if you’re still experiencing this problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘nav menu items not following menu order.’ is closed to new replies.