I have a WP page that is showing a form overtop of the slider. I’d like to remove the form but cannot locate it in the WP editor portal, or in the code. I have the code on this in the text file attached and a screenshot copied below of the form we’d like to identify and remove. I’d appreciate any thoughts. Thanks!
BAF_Code.txt (22.5 KB)
4 Spice ups
It should be a layer within the the Revolution Slider tab on the admin page, it’s likely a short code for contact form 7 or similar plugin. If you look at the layer general parameters, layer content you should see a string of text along the lines of [contact-form-7 id=“999” title=“abcdef”]
You can either remove the short code or just hide / delete the layer depending on how you want it to look
You can simply just hide the form via CSS using Display: none; attribute.