Title background color for tabs

Posted in: Newspaper
Post count: 268

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

  • This topic was modified 10 years by Bintmusic.
  • This topic was modified 10 years by Bintmusic.
  • This topic was modified 10 years by Bintmusic.
Post count: 22421

Hello,

You can change the tab colors from visual composer:
http://screencast.com/t/bD0X3JqChttp://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.

Post count: 268

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/9TqhCnCMhttp://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

Post count: 22421

Hello Bintmusic,

The problem was fixed in the current version (6.5), But only if you keep the default color in the block settings (grey). You can now change the headers color in the theme panel and it will apply to the tabs.

Thank you.

Post count: 268

hi bogdan

sorry, change headers color in what theme panel…

thanks

Post count: 22421

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.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.