Page Name & First Line in Page

Discussion in 'Local Business WordPress Theme' started by neil, Dec 4, 2013.

  1. neil

    neil New Member

    Joined:
    Nov 29, 2013
    Messages:
    3
    Likes Received:
    0
    Location:
    Brooklyn, NY
    I have create a new page called "Shop." It shows up on the menu. If I click the Shop on the Menu it launches the page. The first line of the page repeats the word "Shop." I want to modify this. How do I do it. See pic below
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Neil,

    Not found any pic with your post. I think you are talking about page heading.
    To remove it.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-heading h1 {
    display:none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page