Hi, how can i adjust the color of bold text in the tabs content area?
Thanks
Simon
Hi simonac!
Please add following code to Quick CSS and adjust as needed
.main_color .tab_content strong { color: red; }
Best regards,
Yigit
Thanks that worked! Thanks Yigit
How can i change the background color of that tab content area? Now it seems to be grey and not white like tha main content.
Simon
Hey!
Please add following code to Quick CSS as well
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background-color: white; }
Cheers!
Yigit
Thanks a lot! Worked!