Home › Forums › WoodMart support forum › Color changes when hovering over the menu
Color changes when hovering over the menu
- This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 19, 2021 at 12:01 pm #267833
tolik1997gtParticipantGood afternoon, I can not find how to change the color of the text in the menu on the main page, I attach a photo. How can I change from a pale color to a more black color so that people can clearly see the name of the additional categories
February 19, 2021 at 12:49 pm #267851
Aizaz Imtiaz AwanKeymasterHello,
Sorry but currently I am unable to see the screenshot you attached.
Please make sure that you attached the screenshot correctly to check it myself and help you out accordingly.
Regards.
Xtemos Studios.February 20, 2021 at 9:24 am #268026
tolik1997gtParticipantHere is the image
Attachments:
You must be logged in to view attached files.February 20, 2021 at 9:26 am #268029
tolik1997gtParticipantSorry I uploaded the wrong image, here is the correct one
February 20, 2021 at 9:31 am #268031
tolik1997gtParticipanthere is the correct image
Attachments:
You must be logged in to view attached files.February 20, 2021 at 11:00 am #268038
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.vertical-navigation .menu-simple-dropdown li a { color: #000; }
Regards.
Xtemos Studios.February 20, 2021 at 12:48 pm #268051
tolik1997gtParticipantOkay, thank you so much for your help. but there was another problem 😀 is now visible very well, but when you hover the mouse cursor over the arrow, it is not very clearly visible. Can I change the text color on hover? for example, on such a #329af4 can you please write another code? what would I do if I could change the color to the one that suits me?
February 20, 2021 at 12:53 pm #268052
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.vertical-navigation .menu-simple-dropdown li a:hover {
color: #329af4;
}Regards.
Xtemos Studios.February 20, 2021 at 1:07 pm #268053
tolik1997gtParticipantthank you, two more questions 😀 how do I remove the gray background when hovering in the drop-down menu? And how to increase the font size in the main menu and in the drop-down menu
Attachments:
You must be logged in to view attached files.February 22, 2021 at 6:01 am #268271
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
For the background try adding the following Custom CSS:
.header-categories-nav .categories-menu-dropdown .item-level-0>a:hover { background: transparent; } .vertical-navigation .menu-simple-dropdown li a:hover { background: transparent; }
For the font-size try adding the following Custom CSS:
.header-categories-nav .categories-menu-dropdown .item-level-0>a { font-size: 15px; } .menu-simple-dropdown li a { font-size: 15px; }
Best Regards.
-
AuthorPosts
Tagged: help
- You must be logged in to create new topics. Login / Register