Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Shortcodes
3 different tab colors
venosites
June 2020
in
Shortcodes
where and how to change tabs in 3 different colors in 1 tabs
Comments
Pablo
June 2020
Hello,
There is no option to change each tab color in the theme options.
You would have to use really advanced css code to achieve that, sadly, we provide css codes only for the basic changes.
thanks
venosites
June 2020
I have 32 licenses for this Betheme,
maybe you can do something for me
venosites
June 2020
edited June 2020
I found this for Themeco: Do you have this for BeTheme
.site .x-nav-tabs>.x-nav-tabs-item:nth-child(1)>a{
background-color: red;
}
.site .x-nav-tabs>.x-nav-tabs-item:nth-child(2)>a{
background-color: brown;
}
Pablo
June 2020
Our rules are equal for all of the customers, we cannot incline them.
The problem with tabs is, that if I change one of them, all of the tabs on your website will change, that's why that css code is hard to create.
You would have to attach the custom id and catch it, then you will be able to use nth child.
See these documentations, they will help you as well:
https://www.w3schools.com/cssref/sel_nth-child.asp
https://www.w3schools.com/cssref/pr_background-color.asp
Thanks
Sign In
or
Register
to comment.
Comments
background-color: red;
}
.site .x-nav-tabs>.x-nav-tabs-item:nth-child(2)>a{
background-color: brown;
}