This topic has 7 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi there,
When I bold text in my product description it appears black rather than the color I have specified as my font color. How can I fix this?
Also, I notice the font color of the drop menu options different than the heading color specified, it appears black as well. I’d like to fix this as well.
Many thanks!!
Also, the selected tab “Description” appears as black as well…..I would like to make it Grey as the rest of the font.
Thanks!
Hello,
To change tab title color add this code into custom.css file:
.tabs .tab-title.opened {
color: #8C8888 !important;
}
To change font color for submenu items add this code into custom.css:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a, .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a {color: #8C8888 !important;}
And this code for bold text:
.tabs .tab-content strong {color: #8C8888 !important;}
How to create custom.css you can watch in this tutorial.
Thank you.
Regards,
Eva Kemp.
wonderful thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hi Eva,
Looks great, I just notice that the menu seems to be disconnected from the drop-down options….If you hover on Furniture, the drop-down menu seems to be separate from the Furniture hyperlink.
Hopefully I am explaining this correctly!
Hello,
Do you mean there is some space between submenu and main menu item?
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Bold Text Appears Black’' has been successfully resolved, and the topic is now closed for further responses