• Resolved cgc87320

    (@cgc87320)


    Hi All. I’m a complete WordPress newbie, so please be patient. I had a developer build me a basic web site as per my instructions, so that I can then commence to populate it with content. I don’t want to bother him every time I have a question or an issue so thought it best to sign up here.

    My question is … the support form (built using WP Forms Lite) has the usual fields (name, email, comment and submit button) and it works fine. However, to the right hand side of the form is a small ’email’ icon and my email address. How do I remove this so there is just the contact form and not a visible email address?

    Many thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kenneth Macharia

    (@kmacharia)

    Hey @cgc87320

    Thank you for reaching out and welcome to the forum!

    To better understand how the icon is embedded on the page, would you mind sharing a link to the form so that I can take a look and further advise?

    Thank you!

    Thread Starter cgc87320

    (@cgc87320)

    Hi Kenneth, many thanks for the welcome. Hopefully, the link is below!

    https://cgcreative.services/#contact

    I would like to remove the details, icon and email address on the right hand side of the submit form.

    Thanks again
    Chris

    Plugin Support Kenneth Macharia

    (@kmacharia)

    Hey @cgc87320,

    It looks like you are using the Onepress theme and it should be possible to edit this page using the page builder and hide the address box. Alternatively, you can add the following CSS to your site to hide this section:

    #contact > div > div.row > div:nth-child(2){
    visibility: hidden;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

    Thread Starter cgc87320

    (@cgc87320)

    Kenneth, thank you! Everything is now sorted ??

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