Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #471178

    I add this to my quick CSS

    .header_color .main_menu ul:first-child > li > a { font-size: 18px!important; color: red!important; background-color: green!important; }
    .header_color .main_menu ul:first-child > li > a:hover { color: orange!important; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue!important; }

    font size changes, background color changes, but I cannot get any of the colors to change on main menu.

    Thank you for your help.

    #471324

    Hi mrdan!

    You can set most of the properties for menu items under Enfold–>Advanced Styling. Please provide us with a temporary admin login if you should need any more help. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #471713

    Hi Rikard,

    I went to advanced styling and changed the Main Menu Links and background colors and it worked. Afterwards, I was able to add to quick css bottom border styling. Is it possible to reduce the top part of the main menu container so that the background color does not extend as high, while leaving the position of the main menu text where it currently is?

    Best regards,

    Dan

    #471997

    Hey!

    You can edit the size of the header under Enfold–>Header–>Header Size. I’m not sure that is what you are looking for though. Please let us know if you should need any further help customising your theme.

    Regards,
    Rikard

    #481002

    Hey! Thanks for your reply. What I actually want is to have the background color of the main menu on hover to not extend so high above the top of the main menu text, and keep the current size of the header.

    #481426

    Hi!

    It seems like you have figured it out already? :)

    Regards,
    Yigit

    #481485

    Still too much blue above the menu text. I like the positioning of everything as it is, but want just a little bit of blue background above the menu item when hovering over it.

    #481861

    Hi!

    If you don’t mind, we would like to see a screenshot of what you’re trying to do. Use imgur or dropbox.

    Cheers!
    Ismael

    #482786

    I have included a link to a screenshot.

    #483392

    Hey!

    try this code:

    #header_main .container, .main_menu ul:first-child > li a {
    height: 60px; 
    }
    span.avia-menu-text {
    position: relative; 
    top: -29px;
    }
    

    Cheers!
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.