-
AuthorPosts
-
July 3, 2019 at 11:06 am #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
July 4, 2019 at 1:25 pm #1115751Hey 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.
July 5, 2019 at 8:31 am #1115966Hey guys,
how does it look like?
July 8, 2019 at 4:17 am #1116541Hi,
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,
IsmaelJuly 8, 2019 at 8:47 am #1116581Hallo 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.July 9, 2019 at 3:53 am #1116864Hi,
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,
IsmaelJuly 9, 2019 at 9:47 am #1116977Thank 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;
}July 10, 2019 at 10:00 am #1117354Hey Ismael,
I find an alternative that works.
July 11, 2019 at 3:36 am #1117645 -
AuthorPosts
- The topic ‘Menu Problem’ is closed to new replies.