Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1115424

    Hello,

    please take a look.
    When you go to the start page, the word “person” is colored. But no word should be marked. Only when you click on the menu.
    “Person” is a section ID and should not be colored until you click on it.

    Thank you <3

    #1115751

    Hey guys,

    I still have the problem. but now the page “home” in the menu is yellow, if you call the start page.

    One more thing: My mobile menu button fits very low. How do I get this up?

    And I would like to have the logo with a transparent background on my mobile phone. But only on the start page, not on the other pages. If I click into the attitudes -> Logo area -> Background color and that delete white, it works with the transparanet background.
    But then the color is no longer correct on the desktop.

    • This reply was modified 5 years, 4 months ago by mary301187.
    #1115966

    Hey guys,

    how does it look like?

    #1116541

    Hi,

    Thank you for using Enfold.

    That’s the color of the active menu — “home” is highlighted because it is related to the start page. If you want to disable the active menu color, use this css code.

    #top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext {
        color: #000000;
    }
    

    Don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1116581

    Hallo Ismael,

    thank you very much!

    One more thing: My mobile menu button fits very low. How do I get this up?

    And I would like to have the logo with a transparent background on my mobile phone. But only on the start page, not on the other pages. If I click into the attitudes -> Logo area -> Background color and that delete white, it works with the transparanet background.
    But then the color is no longer correct on the desktop.

    #1116864

    Hi,

    Did you add any custom css modification for the mobile menu? I tried to trace the css properties but I didn’t find anything unusual that would cause it to drop below the header.

    For the header transparency, use the following css code.

    @media only screen and (max-width: 767px) {
    .responsive .home#top .av_header_transparency .header_bg {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
        background-color: transparent;
    }
    
    .responsive #top #main {
        padding-top: 0px !important;
        margin: -88px;
    }
    }

    Best regards,
    Ismael

    #1116977

    Thank you, Ismael.

    It works but take a look at the picture. The left margin ist missing.

    And yes, I use a code for the menu in the desktop. The text of the menu should be next to the logo – at the bottom of the logo. This attitude he probably takes over for the mobile logo.
    .av-main-nav > li > a { line-height: 190px !important; }

    .current_page_item a {
    color:#c7b379!important;
    }

    #1117354

    Hey Ismael,

    I find an alternative that works.

    #1117645

    Hi,

    Awesome! Glad that you were able to find an alternative. We’ll close the thread now, but please don’t hesitate to open another if you need anything else.

    Have a nice day!

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu Problem’ is closed to new replies.