Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #51598
    Gunter
    Participant

    Hello, Ihave two questions:

    1.: When I am adding a link to the Homepage in my primary menu (=home button), then this new menu structure gets a background color. But I don’t want this. How can I get rid of this?

    2.: I want to make the Homepage headline button smaller. Which css must I fill in?

    Thank you!

    #51635
    Sakin
    Keymaster

    @Gunter:
    1. I am bit confused about this. Which background are you talking about? Also if you are using Catch Kathmandu Pro theme then you can change that background color from “Appearance => Theme Options => Color Options => Menu Color Options”. There you can change primary menu color and save changes.

    2. You can adjust the padding and font size in the following css to adjust the button size in Homepage Headline. Then add it in “Appearance => Theme Options => Custom CSS” box:

    #homepage-message .right-section a {
        font-size: 26px;
        padding: 10px 30px;
    }
    #51697
    Gunter
    Participant

    Thank you for your quick reply! The button works perfectely now.

    Regarding number 1: The “home” link has that blue frame I don’t want, I want it to be white as the rest. How can I change this? Please see on http://www.diabetesordination.at

    Thank you!

    #51737
    Sakin
    Keymaster

    @Gunter: That is active page color. You can change that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color as per your need.

    #hgroup-wrap ul.menu li:hover > a, 
    #hgroup-wrap ul.menu a:focus, 
    #hgroup-wrap .menu .current-menu-item > a,
    #hgroup-wrap .menu .current-menu-ancestor > a, 
    #hgroup-wrap .menu .current_page_item > a, 
    #hgroup-wrap .menu .current_page_ancestor > a {
        background-color: #fff;
        color: #5c89c7;
    }
    #51760
    Gunter
    Participant

    @Sakin: Thank you for your quick and helpful reply!

    #51786
    Sakin
    Keymaster

    @Gunter: Thanks for your appreciation 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background color of Home button in primary menu’ is closed to new replies.