Home › Forums › WoodMart support forum › Subcategories font color
Subcategories font color
- This topic has 9 replies, 2 voices, and was last updated 6 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
April 10, 2018 at 9:05 pm #51908
pandacipParticipantHello,
I have 2 questions:
1.On the left categoeries menu, how i can change the color of the subcategoeries font?I want it the same as categories(black and bold)…i attached screen.
2. Is it possible to change background on left menu(categories and subcategories)?
Thank you!
Attachments:
You must be logged in to view attached files.April 11, 2018 at 7:56 am #51953
Elise NoromitMemberHello,
Try this code, add it in to Theme Setting > Custom CSS > Desktop
Subcategories font and background:
/*initial*/ .menu-simple-dropdown ul li a { font-size: 14px; line-height: 20px; font-weight: 700; color: #494949; background: #000000; } /*on hover*/ .menu-simple-dropdown ul li a:hover { font-size: 14px; line-height: 20px; font-weight: 700; color: #494949; background: #000000; }
For Categories background:
/*initial*/ .header-categories-nav .categories-menu-dropdown .item-level-0>a { background: #000000; } /*on hover*/ .header-categories-nav .categories-menu-dropdown .item-level-0>a:hover { background: #000000; }
Replace #000000 for your color.
Best Regards
April 18, 2018 at 3:13 pm #53170
pandacipParticipantHow do i change color also on arrows?
April 18, 2018 at 5:28 pm #53202
Elise NoromitMemberHello,
Please try this code:
.menu-simple-dropdown .menu-item-has-children>a:after { color: red; }
Please change “red” for your color and add this code to Theme Settings > Custom CSS
If you have any questions feel free to contact us.
Best Regards
April 20, 2018 at 8:45 am #53522
pandacipParticipantThat work on subcategories but i want it also on categories
Attachments:
You must be logged in to view attached files.April 20, 2018 at 10:11 am #53555
Elise NoromitMemberHello,
In order to change Categories items menu use this CSS:
.header-categories-nav .categories-menu-dropdown .item-level-0>a { background: #007bc4; color: #fff; }
Put there colors which you want.
Best Regards
April 20, 2018 at 11:46 am #53580
pandacipParticipantI am refering at the arrows..i want them white..not gray…in categories menu.
April 20, 2018 at 2:17 pm #53611
Elise NoromitMemberHello,
Please try this code:
.woodmart-navigation .item-level-0.menu-item-has-children>a:after { color: red; }
Change please “red” for your color.
Best Regards
April 20, 2018 at 3:05 pm #53629
pandacipParticipantOk, thank you, it works.
I have one last issue whit the menu, i’m tring to have subcategories the same color like categories, i changed the code, but nothing works, i attached screens, what i’m doing wrong?
Attachments:
You must be logged in to view attached files.April 20, 2018 at 6:04 pm #53650
Elise NoromitMemberHello,
Please find this selector .menu-simple-dropdown ul li a in your custom CSS
/*initial*/ .menu-simple-dropdown ul li a { color: #494949; } /*on hover*/ .menu-simple-dropdown ul li a:hover { color: #494949; }
Replace the color with color: #ffffff; and make different on hover.
Best regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register