Skip Navigation

[Resolved] tabs

This support ticket is created 7 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 17 replies, has 2 voices.

Last updated by kayser 7 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#469039
epitaphe.jpg

Hi
Excuse me but
like in picture
i want that the color change when tab is active (line 2,3,4)

#469087

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Could you please check now. I've added following CSS at:
Toolset => Layouts CSS and JS section (at CSS section)

.nav.nav-tabs li:first-child a { color:black;} 
.nav.nav-tabs li:nth-child(2) a { color:black;} 
.nav.nav-tabs li:last-child a { color:black;} 

.nav.nav-tabs li:first-child.active a {background:white; color:red;} 
.nav.nav-tabs li:nth-child(2).active a {background:black; color:white;} 
.nav.nav-tabs li:last-child.active a {background:red; color:white;} 

#469089

Thanks a lot for your help and your patience

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.