Home Forums Basel support forum Hide post category label

Hide post category label

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #58699

    ZUZUVECHAX
    Participant

    Hi, I would like to hide the post category label on blog page and post page.
    I’m not using categories so the theme shows “no category”
    Thank you

    #58710

    Hello,

    Please provide your site admin access and links where you want to hide categories so that we could send you custom CSS.

    Best Regards

    #58914

    ZUZUVECHAX
    Participant

    Hi, this are the credentialas

    #58971

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .meta-post-categories {
    	visibility: hidden;
    	opacity:0;
    }
    #59319

    ZUZUVECHAX
    Participant

    Thank you, it works perfectly!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Hide post category label’ is closed to new replies.