Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #233100

    Hi,

    is it possible to highlight the menu instead of the smal red arrow?

    Actual is it like this:

    This is what I want

    Thank you

    #233193

    Hi Sven!

    You can add this on Quick CSS or custom.css:

    #top .main_menu .menu li:hover {
    background: gray;
    }

    Best regards,
    Ismael

    #233223

    Hi Ismael,

    Thanks for the quick reply.

    But I don’t want only the hover the selected menu item should remain gray.
    I hope you understand what I mean.

    #233228

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { background-color: orange; }
    .avia-menu-fx { display: none; }

    Regards,
    Yigit

    #233257

    Hi Yigit,

    thank you for the fast reply.

    Works great :)

    Is there a chance to change the hight of the menu?
    Now it hase the same size as the Logo.

    e.x. Logo should still be 88px (small fixed header) but the main menu should only be 30 pix in the center of the header.

    Is this possible only with css?

    Thank you

    #233260

    Hey!

    Which type of header are you using? You can check it in Enfold theme options > Header tab

    Cheers!
    Yigit

    #233302

    Header Type: small fixed header

    • This reply was modified 10 years, 8 months ago by Breakstuff.
    #233591

    Hey!

    You can use this:

    .main_menu ul:first-child > li a {
    line-height: 40px;
    height: 40px;
    }
    
    #avia-menu {
    top: 40px;
    position: relative;
    }

    Change the top value to move the vertical position of the menu.

    Regards,
    Ismael

    #233651

    Hi, its not working.

    If I work with the dev tool of chrome the it looks like:

    .main_menu ul:first-child > li a {
    line-height: 40px;
    height: 40px;

    }

    page: wp.maier-sven.de (Test installation)

    #233771

    Hey!

    Please add following code to Quick CSS and adjust as needed

    #top .main_menu .menu>li:last-child>a { padding-right: 13px!important; }
    #top .main_menu .menu li { margin-top: 30px; }
    .main_menu ul:first-child > li > a { height: 40px; line-height: 25px; }

    Best regards,
    Yigit

    #233785

    Hey!

    Please give us a link to the actual website. Add !important on the css values:

    .main_menu ul:first-child > li a {
    line-height: 40px !important
    height: 40px !important;
    }

    Best regards,
    Ismael

    #233896
    This reply has been marked as private.
    #233910

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #233913

    Strange I posted before but now its deleted.

    here we go again: http://wp.maier-sven.de/

    #234131

    Thank you for your great support.

    I have made some CSS test and now I have found a solution that is great for me.

    This topic can be closed.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘How to highlight the actual menu page’ is closed to new replies.