• Hello!

    I really like this theme – the left-column flyout menu really meets the need I had for this client. Thank you. As you can see I added a custom menu along the top of the page. This site will be mostly, if not all, pages rather than posts.

    The question I have is about the “author” and “date posted” items at the bottom of each page. I would like to remove these, please. Is there an easy way to do that which won’t break the theme?

    All help appreciated.

    JR

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello topside,

    To remove author and date posted you need to add below given css in your style file-

    .metadata {
     display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter topside

    (@topside)

    Thank you! That worked great! I appreciate the help.

    JR

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove “author” and “date posted” from pages’ is closed to new replies.