Home › Forums › WoodMart support forum › 1 – Header builder displaying "Main menu" as "Menu" 2- Tab widget editing › Reply To: 1 – Header builder displaying "Main menu" as "Menu" 2- Tab widget editing
March 9, 2019 at 3:43 pm
#111980
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*default*/
body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{
background:red;
}
/*active*/
body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list .vc_active a{
background:green!important;
}
/*hover*/
body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover{
background:yellow!important;
}
Replace colors as per your needs
Best Regards