Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #737678

    Hi!

    I would like the font color in the tab to appear only in black when inactive – it is grey now and that is very unclear against the background color.

    I’ve tried placing few css codes i found on the forum but none of it worked:

    tried this:
    >code>.active_tab_content .tab_inner_content { color: black; font-size: 16px; }

    tried this:
    .main_color .sidebar_tab, .main_color .tabcontainer .tab {
    background: blue;
    color: white;
    }

    tried this:
    .main_color .tab_inner_content h4 {
    color: white;
    font-size: 18px;
    }

    .main_color .tab_inner_content > * {
    color: white;
    font-size: 14px;
    }

    #738128

    Hey jo-engageinnovate,

    Please try the following in Quick CSS under Enfold->General Styling:

    .tab {
        color: black;
    }
    
    .tab.active_tab {
        color: #888888;
    }

    Best regards,
    Rikard

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