• At the very top of the site, there is a blank space above navigation that we would like to either remove or make thinner. Is that possible?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello toddconaway,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .header-main {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter toddconaway

    (@toddconaway)

    Wow, thank you. That was easy ??

    How about one more? The “home” navigation color is black until rollover. Can it be made white, by default (so it stands out more against the purple) and then black when selected? We are using the purple as it is the UW brand color….

    Thank you again for the super fast response with the perfect answer!

    Todd

    ttps://uwbdli.com

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello toddconaway,

    Sorry for late response. Try below css code.

    .main-navigation-menu ul li.current-menu-item a {
      color: #ffffff
    }

    Hope this will helps you.

    Thanks.

    Thread Starter toddconaway

    (@toddconaway)

    Out on vacation for a few days…

    That did not work in the css theme customizer like the last one did.

    I have not added/changed the .css yet.

    Thank you again for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing blank space above navigation’ is closed to new replies.