Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #257731

    Hi, how can i adjust the color of bold text in the tabs content area?

    Thanks
    Simon

    #257744

    Hi simonac!

    Please add following code to Quick CSS and adjust as needed

     .main_color .tab_content strong { color: red; }

    Best regards,
    Yigit

    #257747

    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

    #257749

    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

    #257773

    Thanks a lot! Worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Color of bold font in tabs content’ is closed to new replies.