Home Support Construction Real estate Pro Removing the contact form associated with each property displayed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #592
    enquiry
    Participant

    Hi

    Having added my projects into each property listing I do not want the contact form under each. How can I remove this please?
    Also I would like to know if you can remove the footer line concerning the theme.

    Thank you

    #595

    Hi,

    Please add this to Appearance -> Customize -> Additional CSS

    .enquiry_box {
    display: none;
    }
    .credit-link.text-right {
    display: none;
    }
    Thanks

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