• Resolved nico6293

    (@nico6293)


    Hello Tom.

    Great theme. I customized my site in a just over a hour. Still I have a few questions.
    1: After changing the height of the menu the links are not centered vertically anymore. Can that be fixed?
    2: I would like to remove the active link.
    3: I am not able (till now) to change background-color of hover-link.
    4: Next to a cup of coffee I can offer you a beer.

Viewing 10 replies - 1 through 10 (of 10 total)
  • So it’s likely that you changed the value of height in the <nav> element, is what I’m guessing. Based on the fact that it appears to be hard-coded in the theme.

    You also need to change the height value in .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a to match.

    What’s the URL of your site? I can dig into it a bit today.

    • This reply was modified 8 years, 6 months ago by Dan Bailey.
    Theme Author Tom

    (@edge22)

    The Spacing and Colors add-on can do all of the above for you if you want to do it via the Customizer.

    Otherwise, you’ll need to use CSS.

    The height of the navigation is done using line-height:

    .main-navigation .main-nav ul li a, 
    .menu-toggle, 
    .main-navigation .mobile-bar-items a {
        line-height: 60px;
    }

    For the menu item hover/current colors, this CSS should help: https://gist.github.com/generatepress/793804f553c25c70823c

    Thread Starter nico6293

    (@nico6293)

    Hi guys.

    Thanks for replying.

    my site: https://www.dewereldvergaat.nl/wp-admin
    user: [removed from public forum]
    Pasw: [removed from public forum]

    • This reply was modified 8 years, 6 months ago by James Huff. Reason: removed login details
    Theme Author Tom

    (@edge22)

    I would remove that login info – probably not something you want other people being able to access.

    Was there something about my above reply you need help with? ??

    Thread Starter nico6293

    (@nico6293)

    First I’m gonna check if I get the shop page the same as the other pages.
    If that is done I think I buy the add ons.

    If nesseccery, I’ll come back to you.

    THanks.

    Theme Author Tom

    (@edge22)

    I’ll be here ??

    Thread Starter nico6293

    (@nico6293)

    On my site the shop sidebar widget and content area are switched. Please take a look.

    https://www.dewereldvergaat.nl/winkel

    Theme Author Tom

    (@edge22)

    The shop using the Blog Sidebar Layout set in “Customize > Layout > Sidebars”.

    Thread Starter nico6293

    (@nico6293)

    Thanks.
    By mistake I bought your GP Premium twice.
    Can you refund this?

    I will then buy a single Premium, so I will have a correct invoice.

    Theme Author Tom

    (@edge22)

    Just refunded the duplicate, so no need to re-purchase.

    Make sure your questions regarding the premium theme are posted in the premium forum: https://generatepress.com/support

    Thanks for your purchase! ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘change menu height’ is closed to new replies.