Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:01 pm #19095

    Hi Pako,

    Thanks for writing in, if you wish to disabled the page title form the contact form as well, so you can try adding the following code under Appearance > Theme Options > custom CSS:

    .page-template-contact .entry-title {
    display: none;
    }

    Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    July 22, 2015 at 5:02 pm #19096

    Hi,

    This is a bug with the contact template.
    At the moment, please use the following in your Theme Options -> Custom CSS

    .page-template-contact .entry-title {
    display: none;
    }

    This will hide the title in contact template.

    Thanks!
    Denzel

    Pako Moritz
    Spectator
    Posts: 40
    July 22, 2015 at 5:07 pm #19098

    Absolutely awesome. Thanks WebKings 🙂

    Regards,

    Pako

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:09 pm #19099

    You’re welcome! 🙂