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

    Can you tell me how to change the font color of the closed (not active) tabs to white?
    Now they are gray and almost not readable.

    Thanks ahead!

    #1230647

    Hey mirotck,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .tabcontainer .tab {
        color: #ccc;
        outline: none;
    }
    #top .main_color .tabcontainer .tab:hover {
        color: #9b9898;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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