1. chewkyk
  2. Support
  3. Wednesday, August 29 2018, 04:28 PM
can I change colour of the tabs in profile?
Accepted Answer
chewkyk Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Hi,
sorry you have right, try with this code:

#jsn-form.flat > ul.z-tabs-nav > li > a{
background-color:#e2001a; /* Normal Color */
}
#jsn-form.flat > ul.z-tabs-nav > li:hover > a{
background-color:#e2001a; /* Hover color */
}
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a{
background-color:#e2001a; /* Active color */
}
  1. more than a month ago
  2. Support
  3. # 2
chewkyk Accepted Answer
Sorry but where do I insert the code?
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Style should be managed by template, all template allow you to add custom style code or include a custom CSS file.

For example your template should be created by "enginetemplates", so try to read this doc page at https://enginetemplates.com/custom-code-settings-of-helix-ultimate-framework/ (CUSTOM CSS section)
  1. more than a month ago
  2. Support
  3. # 4
chewkyk Accepted Answer
Thanks. Perfect!
  1. more than a month ago
  2. Support
  3. # 5
chewkyk Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 6
  • Page :
  • 1


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