- This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Best Commerce Pro › Change color submenu's
Hi there,
I’m unable to change the text color on the submenu items. I’d like to give the sub-menu’s a white text as well. Is there a possibility that I can do this with extra CSS?
Can you please try this CSS?
.main-navigation ul ul li:last-child > a {
color: #0f0;
}
I am trying to change the same text to white this CSS doesn’t seem to work for me.
.main-navigation ul ul li:last-child > a {
color: #0f0;
}
Hi Colin,
Can you please provide us your site URL?
Hi Colin,
Please go to Appearance > Customize > Additional CSS and add the following CSS to change the color of subcategories.
#category-list ul li a {
color: #fff;
}