Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1122974

    Hi – I would like to change the color of a “tab” without using General Styling. Would you have some CSS to do this. Link to page is below. They are white now but it is changing all of my separators to white.

    Thanks!
    Anna

    #1123076

    Hi Anna,

    Do you mean that you want to add a background colour behind the qualification and things I love tabs?

    Best regards,
    Rikard

    #1123183

    My apologies…here is a better explanation…. I changed the border color of the tabs to white using the General Styling border color….but it changed all of my line separators to white as well. I would like to keep the line separators grey. Is there a way I can just change the tab border color to white with CSS?

    #1123490

    Hi annameis,

    Please undo the changes in General Styling and show us the element that you wanted to change color. We will provide css for you.

    Best regards,
    Victoria

    #1123578

    Okay I have undone them…..I would like the tab borders which are now gray to be white. Thanks!

    #1123778

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .tab_titles .tab {
      border:none !important;
    }

    Best regards,
    Rikard

    #1123933

    No luck with that. I have cleared cache several times but border is still there. Any other ideas?

    Thanks for your help-
    Anna

    #1124064

    Hi Anna,

    The border around the qualification and things I love tabs are gone now on my end, isn’t that what you wanted?

    Best regards,
    Rikard

    #1124788

    I wanted to keep the border around Qualifications and Things I Love Tabs but want the outside box border to be transparent. Thanks! Anna

    #1124992

    Hi Anna,

    Thanks for the clarification, please try this instead:

    .tab_content {
      border:none !important;
    }

    Best regards,
    Rikard

    #1125182

    Thank you that worked!

    #1125274

    Hi annameis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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