• rosti57

    (@rosti57)


    I am attempting to update the format of the form by making the following changes as outlined in the FAQ section of the Visual Form Builder:

    How do I customize the CSS?

    If you want to customize the appearance of the forms using your own CSS, here’s how to do it:

    Add this code to your theme’s functions.php file: add_filter( ‘visual-form-builder-css’, ‘__return_false’ );
    Copy everything from css/visual-form-builder.css into your theme’s style.css
    Change the CSS properties in your theme’s style.css as needed

    I AM RECEIVING THE FOLLOWING ERROR MESSAGE WHEN I ATTEMPT TO UPDATE THE FUNCTIONS.PHP FILE:

    Parse error: syntax error, unexpected ‘}’ in /home/rosti57/public_html/testing/wp-content/themes/wp-davinci-20/functions.php on line 245

    http://ww.wp.xz.cn/extend/plugins/visual-form-builder/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    Have you contacted the theme author to see where the best place is to place a filter in the functions file?

    Thread Starter rosti57

    (@rosti57)

    Thanks – I will provide an update once I receive a solution from the theme author.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Visual Form Builder] Customize the CSS’ is closed to new replies.