• Hi,
    I cannot figure how to change the topbar navigation.

    Now, it repeats each link, visible at left, and then again, but hidden at right (visible only when hovering above the link),

    What I want is to make it a single line, running across the full page. And to remove the right side repeat.

    See it here: https://blog.ecohomesaustin.com/

    Thank you, Ken

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    The repeat is because you have a custom menu widget in the topbar menu area and you have assigned a menu to the topbar menu area.

    Anyway you can use this css:

    .kad-topbar-right {
        display:none;
    }
    .kad-topbar-left {
        width:100%;
    }

    Your menu it still really large though.

    Kadence Themes

    Thread Starter ken7500

    (@ken7500)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Bar Navigation Doubled’ is closed to new replies.