Kriesi,
Is there a way to disable (and remove all associated CSS Styles) the contact form? I am using a form built with another form builder and the styles are messing up my styles. I have no use for the built in enfold contact form.
Regards,
Chad
Hey Chad!
Thank you for using our theme.
To completly remove the contact form delete the following file:
enfold\config-templatebuilder\avia-shortcodes\contact.php
The CSS you find in:
enfold\css\shortcodes.css line 1325 – 1443
Look for:
/* ======================================================================================================================================================
Contact Form
====================================================================================================================================================== */
Best regards,
Günter
Sorry for the delay in responding and thank you for this solution. Rather than eliminate the .php files I just changed the name of it and then commented out the css lines you mentioned.
I did this because I’m afraid that future theme updates will overwrite these changes. Is there a way to ensure that this does not happen? Maybe via my child theme functions.php? I was thinking maybe we could just disable the contact.php file rather than delete it. This way future updates won’t overwrite my changes.
Hey!
You can move modified file to your child theme, please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Cheers!
Yigit