Remove title from appearing on pages

Discussion in 'Local Business WordPress Theme' started by nancyasu93, Jul 10, 2013.

  1. nancyasu93

    nancyasu93 Member

    Joined:
    Jun 10, 2013
    Messages:
    41
    Likes Received:
    3
    How do I remove the title from appearing on each page with this theme? I would like for all pages to be blank. Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-heading h1{
    display: none;
    }
    This will solve your issue.
     
  3. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    To remove the title follow the below mentioned steps in given screenshot:
    Site-Title-local-business-theme.png Title-local-business_theme.png

    Hope it will solve your query.

    Regards,
    Sameer
     

Share This Page