Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #719472

    I have a contact form made with the Advanced Layout Editor which has a “header” which is not supposed to be there. Apparently I cannot edit it if I edit the contact form, either. Thus I wanted to edit it in the source code but can’t figure out how/where to do that.

    #719579

    Hey apajo,

    It appears to be one of the heading titles added before the form.

    Enable debug mode to view the page elements shortcode and then delete the element in the shortcode and save the page.

    If you still have an issue please get back to us with the login credentials so we can take a closer look at the backend.

    Best regards,
    Vinay

    #719789

    Hi Vinay
    Thank you for your reply. I did as explained in the article but the shortcode section didn’t include the text string I’m trying to delete.

    #719803

    Hi,

    You can simply edit your Contact Form element and remove the header or you can add following code to Quick CSS in Enfold theme options under General Styling tab
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top fieldset > h3 {
        display: none;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #719808

    Thank you, that did the trick!
    There is no way to edit the header or is that a legacy field anyway?

    #719813

    Hey!

    As i said, you can simply edit your contact form and remove the title. I wanted to do it myself but your website loads very slowly on my end.

    View post on imgur.com

    Best regards,
    Yigit

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