Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #416806

    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

    #417066

    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

    #433839

    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.

    #434405

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.