Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146015
    Jerome Dorsey
    Participant

    How do I create a clean page that doesn’t have the date, author’s name, and the title. Example: http://www.buonospizza.net/tradition/
    I don not want the following on the page.

    ” Home>Tradition
    Tradition
    BY TOM POSTED ON MAY 17, 2018 ”

    I am not posting, I am attempting to create a new page. What am I doing wrong? I have never had this occur with othe Catch themes I’ve used.

    Thank you

    #146019
    Skandha
    Participant

    @tattoo-tom: To remove Home>Tradition
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the Check to Enable Breadcrumb option

    To remove the rest
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main .entry-header {
        display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146020
    Jerome Dorsey
    Participant

    Skandha,

    Thank you for your very quick reply. Your instructions worked perfectly.

    Best regards,

    Tom

    #146022
    Skandha
    Participant

    @tattoo-tom: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Creating Clean Page’ is closed to new replies.