Contact Permalink

  • Posted in : Read WP
  • mkgraves
    Participant

    Hello!

    I want to have my own page for the contact page and use my own plugin. Not what comes with Read WP. How do I get /contact to stop displaying the themed contact form? I want /contact to be not linked to any template.

    mkgraves
    Participant

    Currently using this CSS to get rid of it, but there must be a cleaner way.

    —————

    /* Contact form */
    #contact-form{
    display:none;
    }

    /* Contact form */
    #content .page .contact-form{
    display:none;
    }

    /* Paragraph */
    #content .page p{
    display:none;

    }

    —————

    mkgraves
    Participant

    Nevermind! Found “Disable Contact Form” in the theme settings and removed my custom CSS and all is working great! Will leave this thread here in case anyone else has this issue! :D

    serkan
    Moderator

    Hi,
    Thanks for the feedback.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register