Hi
I used your table builder and I stuck at coloring table background. I couldn’t do this because there was no custom class for the table.
Therefore I suggest to modify \config-templatebuilder\avia-shortcodes\table.php file, line 298 to:
$output .= "<{$tag} class='".$cell_attributes['col_style']." column".$counter ++." '";
Thanks
Hi!
Thanks for the suggestion. You can also enable this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
Josue
That’s right Josue, but enabling add_theme_support('avia_template_builder_custom_css');
is not enough. One has to add as above :)