• Hello,

    How can I remove where it shows the category on each of my pages/posts?

    Also, how can I delete the print button and my photo on the bottom of posts?

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WPZOOM

    (@wpzoom)

    Hello,

    You can hide all those details by adding this CSS code in the Customizer > Additional CSS:

    .cat-links,
    .entry-category,
    .single .share,
    .single .post_author {
        display: none;
    }
    Thread Starter tfrett

    (@tfrett)

    Thanks so much!

    Thread Starter tfrett

    (@tfrett)

    I actually just noticed it’s still showing my categories on all the pages plus the category on my Woocommerce page for my items.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove categories and print button’ is closed to new replies.