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.
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
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.
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
Thank you, that did the trick!
There is no way to edit the header or is that a legacy field anyway?
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.
Best regards,
Yigit