removing title from pages

Discussion in 'Gommero WordPress Theme' started by mbrockle, Feb 28, 2013.

  1. mbrockle

    mbrockle New Member

    Joined:
    Jan 23, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Norfolk UK
    how do i remove the title from each page as i want a clean ppage to start with and not the title from the menu :)
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .gallery h1{
    display:none;}
     
    .fullwidth h1{
    display:none;}
     
    .content h1{
    display:none;}
     

Share This Page