hi
i can’t change color of tab using newspaper theme style
because is deprecated, i have to change
vc_tabs> —->>> vc_tta_tabs
vc_tab> —->>> vc_tta_section
but cannot change color under text
in block setting is enought choose a custom title background color for this block
how can do with tabs?
thanks
Hello,
You can change the tab colors from visual composer:
http://screencast.com/t/bD0X3JqC – http://screencast.com/t/qYf6QxC5
If you mean the title of the tabs not the tabs themselves, you need to use custom css to style the H2 title of the block. You can target the h2 inside the container using child selectors and apply your styles to it.
Example:
.vc_tta-container > h2{
color:red;
background-color:green;
display:table;
padding:8px
}
If this is not what you mean, provide more details so i can better understand how to help.
Thank you.
Hi Bogdan,
if i change tab color from visual composer I lose the style of newpaper theme
the problem It was already known
Alin [tagDiv]
#67072
Sep 2, 2015 at 3:04 pm
Hi Bintmusic,
We will also try to fix the css added by the theme as soon as possible(now the plugin css is applied). So if you renamed the shordcodes you can try this custom css in Theme Panel > Custom Css – http://pastebin.com/9TqhCnCM – http://screencast.com/t/cmd7NiC8 until we adjust the theme css for tabs.
Hope this helps!
https://forum.tagdiv.com/topic/deprecated-schede-tabbing/
Have you solve or i have to change css as Alin sad?
Thanks
Hi,
You can change the color from the theme panel->theme colors->general theme colors:
http://screencast.com/t/U8MkxpODu and it will apply to the tabs now as well: http://screencast.com/t/de3wtGihOi4f
Thank you.