Home Forums WoodMart support forum WPBakery Text block style Reply To: WPBakery Text block style

#337496

Artem Temos
Keymaster

Hello,

Yes, it looks like a bug in our theme. Try to edit the file woodmart\inc\integrations\visual-composer.php and replace the code as shown on the screenshot https://prnt.sc/2260lo7

if ( ! empty( $atts['woodmart_color_scheme'] ) && ( 'vc_column' === $base || 'vc_column_inner' === $base || 'vc_empty_space' === $base ) )

with this one

if ( ! empty( $atts['woodmart_color_scheme'] ) && ( 'vc_column' === $base || 'vc_column_inner' === $base || 'vc_empty_space' === $base || 'vc_column_text' === $base ) )

Kind Regards