Topic Resolution: Resolved
  • Closed
  • Camilla Carboni
    Spectator
    16.03.2015 at 13:12 #15564

    I’m using the default Contact Page template with the Evolve theme and am selecting “Hide” under the Page Title and Page Breadcrumb drop downs under Page Title Options, but for some reason this doesn’t work on the Contact Page (it works on all other pages). It seems the Page Title is part of the default Contact Page template. Is there a way to remove it?

    Roman
    Spectator
    Posts: 3147
    16.03.2015 at 15:30 #15570

    little bit unusual but it can, Custom CSS:

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

    Camilla Carboni
    Spectator
    Posts: 6
    17.03.2015 at 05:14 #15582

    Thanks Roman–that worked perfectly!