• laobringer

    (@laobringer)


    Can you tell me which style controls the size of the menu links in the topbar? I can’t find any style that will change them when I use Chrome’s developer tools. And, I assume if you tell me which style it is, I can use the custom CSS section and change it, right?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    You can go to the theme options > menu settings. “Topbar Menu Options”

    Kadence Themes

    m51d

    (@m51d)

    What about topbar stay on position at the top when I scrolling down, how I can do that?

    Thanks

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    It’s not really an option in the free theme, Premium has several sticky header options.

    You can use custom css though.

    #topbar {
        position: fixed;
        width: 100%;
        top: 0;
    }
    #kad-banner {
        padding-top: 30px;
    }

    Kadence Themes

    m51d

    (@m51d)

    thanks for your feedback.

    I will try according to your direction. I’m sorry that not included my web, coz still on localhost.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘topnav menu size’ is closed to new replies.