NooTheme Premium WordPress Theme › Forums › Other Products › Medicus › Issue with color of the submenu links
- This topic has 5 replies, 2 voices, and was last updated 2 years, 9 months ago by
_nixstar_.
-
AuthorPosts
-
2 years, 9 months ago #1056351
Hi again.
I've detected a issue with the colors of the submenu links:
I've made some changes with Css for this links; specifically, I have left the current link in white, and the background in #0058a1.
As well: in screen from Additional Css, it works perfectly; but, in real environment of the web, when you have selected a link and it leads you to the corresponding page, the color of the link becomes a blue very similar to that of the background; and, if you pass the pointer over it, it directly disappears (probably because it is the same color as the background).
Why can it happen this?
Why in the environtment screen from Additional Css, it works perfectly, but no in real environment.
The truth, this overlay of colors between the links and their menu backgrounds is fatal.
I think that it is relative to visited links, because it only happens with the visited links; we don't want that the visited links change the color: We only want that the submenu links work as the rest of the links.
Any help will be welcome.
Thank you very much.
Best regards,
trespies
2 years, 9 months ago #1056360Hi,
Thanks for contacting us.
We have got access to your website then check your submenu. Currently, submenu background color: #186fb0
then we went to your Dashboard to see your Custom CSS but we don't find it. Can you please provide your Custom CSS segment which you are using?
In addition, we want to clear your question:
Please tell us the submenu background-color and color-link which you want to use exactly. We will help you to make on your website.
You can check, then feedback us soon.
Best Regards,
Tracy - NooTheme
2 years, 9 months ago #1056367Hi Tracy,
The submenu is already solved, except for one thing: when you pass the pointer over an element, the color of the text becomes a blue almost equal to that of its corresponding background, which is quite confusing.
I would like to change it to a light blue almost white, for example # e9f6ff.
Thank you very much.
Best regards,
trespies
2 years, 9 months ago #1056371Hi again,
We checked again your Custom CSS segment, you have added the wrong Custom CSS segment so we helped you to fix it. Your submenu hover works fine.
Here is the Custom CSS segment:
.navbar-nav ul.sub-menu li.current-menu-item > a,
.navbar-nav ul.sub-menu li > a:hover {
color: #ffffff !important;
background-color: #1b7dc6;
}
Best Regards,
Tracy - NooTheme
2 years, 9 months ago #1056390Hi again, Tracy.
Ok, it works perfect !!!
Thank you very much.
Best regards,
trespies
2 years, 9 months ago #1056394Ok, you're welcome
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.