• Resolved DMEQD

    (@dmeqd)


    Hi,
    Is there a way to remove the page name from the top left of each page? I am using the default template to create pages other than the home page, and the page name appears below the menu each time. There is also a grey rule bar that appears below the page name, and the beginning of the bar (left side) is red. I’d like to delete that too.

    site is https://www.petwisepress.com
    example of page name appearing at top can be seen on any of the sub pages, such as https://www.petwisepress.com/newsletters-2/

    Thanks in advance for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    Cool site, I like to the logo ??

    You can remove the page titles with this little snippet of code:

    #intro {
      display:  none;
    }

    You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.

    I hope that helps!

    Luke the Daft Duke

    Thread Starter DMEQD

    (@dmeqd)

    Perfect! Thank you so much for your help! I appreciate it.

    Hi!, from a thread highjacker thanks for the input unfortunatley that didn’t work on my 20-14 theme. Would be good to separate menu name from page and just use h1… etc. Pleased if it works for others. As a community we are stronger.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the page name from the top of the page?’ is closed to new replies.