Home › Forums › WoodMart support forum › Changing Font Size and Colour site-wide › Reply To: Changing Font Size and Colour site-wide
June 15, 2018 at 9:23 am
#63045
Elise Noromit
Member
Hello,
Please try this CSS, add it to Theme Settings > Custom CSS:
/*Short product descriptions when hovering over the product grid*/
.woodmart-hover-base .hover-content-inner {
color: red;
font-size: 20px;
}
/*Main menu’s submenu items when i hover over the main menu link*/
.navigation-style-default .menu-simple-dropdown .color-scheme-dark ul li {
color: red;
font-size: 20px;
}
/*Menu in the footer*/
#menu-footer-menu-1 .color-scheme-dark div[class^=vc_wp] a {
color: #727272;
}
#menu-footer-menu-2 .color-scheme-dark div[class^=vc_wp] a {
color: #727272;
}
/*Bottom menu with copyright text*/
.min-footer{
color: #727272;
}
/*product title*/
.product-title{
color: #727272;
}
.tabs-layout-tabs .tabs li a {
font-size: 16px;
color: #727272;
}
You will need to replace “red” with the color you need and set font-size in each as you wish. The text font-size is set in typography and color just inside the text block.
If any of code is not workable, please provide your site admin access.
Best Regards