Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #694663

    I would like to achieve Tabs Background color and font color
    Could you please provide the Quick CSS for that?

    #694671

    Hey gzelasco,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
        background-color: orange;
        color: red;
    }
    

    Best regards,
    Yigit

    #694677

    Thanks !!! One more thinks
    To change TITLE color and size¿?

    #694689

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sidebar_tab .tab_titles .tab { font-size: 14px; color: orange !important; }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.