1. clemens-piena
  2. Support
  3. Thursday, January 25 2018, 10:25 AM
Hi there,

Where can i change the colors for the tabs, i'm working with a gantry template, but it doens't seem to use the css from that...
Accepted Answer
admin Accepted Answer
Admin
Hi,
you can change tabs color via CSS, you can add to your template CSS code like this:
#jsn-form #jsn-profile-tabs li a{
background: orange; /* background color of tabs */
color: white !important; /* text color of tabs */
}
#jsn-form #jsn-profile-tabs li.z-active a{
background: red; /* background color of active tab */
color: white !important; /* text color of of active tab */
}
  1. more than a month ago
  2. Support
  3. # Permalink
daniel-j Accepted Answer
How could I change individual tab's colors? Can each tab have their own color?
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.