• My goal is to make either the pre-header menu or the primary header to be centered. If you look at the main page, they are both off-center and it does not fit the rest of the page.

    If at all possible, having the primary header turn green when hovered over would also be great.

    Thank you for your help

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @tysanderson88,

    We are unable to see pre header menu on the site. We can make primary menu center and on hover make the color green with the help of custom css.

    You can inspect the element via firebug or chrome inspect and apply the css as per the need.

    div#header-core {
    display: flex;
    }
    ul#menu-white-crow li a:hover {
    color: green !important;
    }
    

    Kind regards,

    Manoj

    Thread Starter tysanderson88

    (@tysanderson88)

    Thank you so much Manoj!

    The size of the letters/buttons are still very small compared to the rest. Is this something that can also be changed? I have tried to use various plug-ins, but none of them seem to be compatiable with this template.

    Thanks again!

    Thread Starter tysanderson88

    (@tysanderson88)

    I also would like the letter to stay green when a tab is clicked instead of staying red. Ultimately, my goal is to make that area much more clean and I am not able to do so at the moment.

    Hello @tysanderson88,

    We have checked the site on click the color is green. We can increase the menu font size with the help of custom css-

    You can apply the below given css under Appearance -> Customize -> Additional css-

    #header .header-links > ul > li a {
    font-size: 18px !important;
    }
    

    Kind regards,

    Manoj

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Menu’ is closed to new replies.