-
-
Hi!
When I am inside a post, and I hover the mouse on the menu the links turns white, I need to stop that, I want the menu not to change the color.
Please!
Thanks :)
-
Hello,
The menu items onhover color is white as set up from settings. Since you have a transparent background in homepage, this is ok but in single posts, the background is white. You can not set up two different onhover colors from the customizer but you can do so with custom css. I added this code into your Custom Css menu:
.single-post .header_container #navigation nav > ul > li > a:hover{ color: #504e4e!important;} .single-post .header_container #navigation nav > ul > li:hover{color: #504e4e!important;}
Change the color to your wish.
Best regards!
-
Hi!
Thanks! Now when I hover the mouse over the text it turns black, but when I hover the mouse over the -li- it turns white :(
I need the menu items on the post page to be black, and when the user hover the mouse on any item it turns to another color.
Help me please.
Thanks!
-
Hello,
So the thing is that you are using both one page layout and external pages (blog and posts). The thing is that when you use one page, all menu items are “active” since all them point to the current page. Here you have the under-line onhover style. But there is the external page “blog”. This takes on the onhover style set up by theme in Personalizando ▸ Header ▸ Menu Style ▸ Hover & Active Item Styles ▸ Menu Item Active Font Color
The color set up here will be for all other pages/posts too.Normally having both layouts in one site is not correct. You should use only one at a time. So this is all we can do for this case.
Best regards!
-
Thanks for responding Mihaila :)
I still fell something is wrong.
When you go to https://lacteosconga.com/ you’ll find that the first 3 items on the menu (NOSOTROS, PRODUCTOS, CONTACTANOS) are white but the last one (BLOG) is gray.
I need all of them to be white please. I also need the hover color to be brown. Just like here https://lacteosconga.com/blog/
Also when you go to https://lacteosconga.com/blog/ the first 3 items on the menu are not white they are gray, we need the four of them to be white. If its not possible to have the 4 of them white, it’ll be ok if whe can have just the first 3 items white.
I hope you can help me with this.
Thank you very much.
:)
-
Hello,
I already explained this in my last reply. This is happening because you are using two layout’s in one site. The One page layout (menu links to sections in the homepage) and the normal layout (where the menu links to other pages).
The option to set up menu links color is Personalizando ▸ Header ▸ Menu Style ▸ Hover & Active Item Styles ▸ Menu Item Active Font Color
The color set up here will be for all other pages/posts too.If you choose to keep the structure you have, then you need to workaround the menu styling with custom css.
Sorry but personal customization is not supported.
Best regards!
-
-
You must be logged in to reply to this topic.