• Resolved coralrapp

    (@coralrapp)


    Hi there!

    Was hoping for some help hiding the “Category:” before the title at the top of pages?

    IE: “Category: Self-Care”

    I would like it to display just the “Self-Care” but if everything needs to be hidden that’s ok too.

    website for reference: https://melbournemom.com/category/self-care/

    Thank you so much ??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @coralrapp,

    Thank you for reaching out. How are you? ??

    Unfortunately, it is not possible to remove only the part of the title because that is how the Permalinks work in WordPress.
    However, we can remove the whole title from the categorized posts.

    Please add the following link to your Appearance->Customizer->Additional CSS:

    .category > #page > #site-content > .post__title
    {
    	display: none !important;
    }

    Let me know if this worked for you ??

    Best Regards,
    Pavle

    Thread Starter coralrapp

    (@coralrapp)

    Amazing!! Worked like a charm, thank you so so much Pavle! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Category: at top of page’ is closed to new replies.