Home › Forums › WoodMart support forum › Hover Color change in Categories
Hover Color change in Categories
- This topic has 11 replies, 2 voices, and was last updated 4 years, 5 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 9, 2020 at 8:56 am #240106
defjam2oo1ParticipantHello,
Where can I change the hover color ( now in white )in the Categories ? Please give me a css code. I also wonder why the hover is only in the subcategory and not in the main category ?
I want to have the hover also in the main category.
I hope they understand my English 🙂Thanks
November 9, 2020 at 9:05 am #240108
defjam2oo1Participantshould a password be required then show in the private content
November 9, 2020 at 10:22 am #240125
Aizaz Imtiaz AwanKeymasterHello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family
:-)
.Please try adding the following Custom CSS in the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.
For the sub-categories:
.vertical-navigation .menu-simple-dropdown li a:hover { background-color: red; color: white; }
For the categories:
.header-categories-nav .categories-menu-dropdown .item-level-0 > a:hover { background-color: green; color: white; }
You can set the background color and text color according to your needs.
Best Regards.
November 9, 2020 at 12:13 pm #240159
defjam2oo1ParticipantThanks, it work !
Great Support , Top Team
November 9, 2020 at 12:16 pm #240161
defjam2oo1ParticipantCan you also give me the code for category filter and my account ? They are still white
November 9, 2020 at 12:28 pm #240162
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try adding the following Custom CSS for the categories filter:
.search-by-category ul li a:hover, .search-by-category ul li a:focus { background-color: red; color: white; }
And for the My Account please provide a customer account login of the website to check it myself and help you out accordingly.
Regard’s.
Xtemos Studios.November 9, 2020 at 12:38 pm #240165
defjam2oo1ParticipantI mean on the home page at the top of the header there is also a dropdown menu from my account.
November 9, 2020 at 12:43 pm #240168
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-header-links .color-scheme-light li a:hover { background-color: red; color: green; }
Best Regards.
November 9, 2020 at 12:48 pm #240170
defjam2oo1ParticipantOh my mistake 🙂 here the account
November 9, 2020 at 12:57 pm #240172
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-header-links .color-scheme-dark li a:hover { background-color: red; color: green; }
Best Regards.
November 9, 2020 at 1:06 pm #240175
defjam2oo1ParticipantEverything is running now.
you’re doing a good job
ThanksNovember 10, 2020 at 5:53 am #240303
Aizaz Imtiaz AwanKeymasterMost Welcome
:-)
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day:-)
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Hover Color change in Categories’ is closed to new replies.
- You must be logged in to create new topics. Login / Register