Tagged: tabs
I have created some tabs and the text is not visable until it is clicked.
How can I change the color of the text in it’s normal state, like shown on the attached link: https://autoaccenting.com/services/coating/.
And how do I also change the backround of the buttons?
Thanks,
Dan
Hey Dan,
Add this to quick css:
.main_color .tabcontainer .tab{
color:#fff!important;
}
Best regards,
Jordan Shannon
I am a CSS virgin. Whee is that done?
Hi,
Enfold Options > General Styling > Quick CSS.
Best regards,
Jordan Shannon
I found that, but where do I insert the code?
I need
so I don’t screw it up.
I’ve always heard to be careful with CSS because it is a sensitive area.
Forgive me for being so simple, but html is not in my head at all.
Dan
I FIGURED IT OUT, but how do I make the rollover color and the selected color different from the normal stage?
Hi,
Add this to quick css:
.tab:hover{
color:#fff!important;
background:red!important;
}
Change red to whatever color you need.
Best regards,
Jordan Shannon
IT WORKS!
Thank you very much!
Bless you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon