Page theme styles disabled when using visual composer

Posted in: Newspaper
Post count: 8

I have ran across a problem when working on pages. If i us the visual composer on the page the h(h1-h6) styling that I set up stop working. i know when using the VC it removes the title but in my case it is also removing the styling that I set up in the theme panel.

Post count: 7909

Hi,

The page fonts will not be applied if the pagebuilder is used to create your page. If you use Visual Composer pagebuilder you have some options in Theme Panel > Theme Fonts for tagdiv block and modules – http://screencast.com/t/daHSTaz1q0 and for text content you can use Text block – http://screencast.com/t/f4qmS8Tq9
Please provide more details if this is not what you mean and also a link where you have an issue.

Thanks!

Post count: 8

Hi,

That makes sense. The problem I am having is the header colors. Under “theme colors” I have custom colors set up for pages. The colors work as expected unless I use the “default template” with the page builder. Once I use the page builder the header colors all go black instead of the custom colors i set up.

Post count: 7909

Hi,

You can change background and color for block title from block settings – http://screencast.com/t/nLovBswvgM also there is a general color – http://screencast.com/t/4o0g2NM5XXpC
Unfortunately for articles titles there’s no option in Theme Panel and you will have to use custom css in Theme Panel > Custom Css: ttp://screencast.com/t/GrV4iV2C

.td_block_wrap .entry-title a {
color: #FF0000 !important;
}

Hope this helps!

Post count: 8

Okay I was checking. I was going the custom CSS route but I wanted to make sure that was the best way. Thanks

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