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
Hi Anna,
Do you mean that you want to add a background colour behind the qualification and things I love tabs?
Best regards,
Rikard
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?
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
Okay I have undone them…..I would like the tab borders which are now gray to be white. Thanks!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.tab_titles .tab {
border:none !important;
}
Best regards,
Rikard
No luck with that. I have cleared cache several times but border is still there. Any other ideas?
Thanks for your help-
Anna
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
I wanted to keep the border around Qualifications and Things I Love Tabs but want the outside box border to be transparent. Thanks! Anna
Hi Anna,
Thanks for the clarification, please try this instead:
.tab_content {
border:none !important;
}
Best regards,
Rikard
Thank you that worked!
Hi annameis,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria