badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove category tags

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #75638
    venepress.web
    Participant

    Could remove certain category tags?

    example
    https://ibb.co/M8jn6nM

    The post has to be in the categories of “main stories” and “tech”, but I would like to have a rule that does not show the “main stories” label on the image, just “tech” or any other category add.

    #75688

    Hi @venepress-web,

    Actually we have coded in such a way that the post will show all assigned categories. It is possible to hide the certain categories through Custom CSS code with the use of Category Id Number. But it’s pretty hard for users to detect the Category ID Number. So could you please share us your Site URL so that we detect and provide you the Custom CSS to hide the Category “Main Stories”.

    Thanks

    #75739
    venepress.web
    Participant

    Hello, I would not have a problem identifying the current and future id of my categories, if you could help me with the CCS and mark (id here) or something that I can identify in the code I could fill in that information.

    or just uses ’55’ ’66’and ’77’ like a ID model.

    THX

    #75812

    Ok Then please go to ‘Appearance > Customize > CSS’ and paste the below Custom CSS Code.

    .entry-meta .cat-links a.cat-links-5 {
    	display: none;
    }

    Here Category ID is ‘5’ in the class ‘cat-links-5’ which is hidden so to remove your desired category, please replace the category ID no ‘5’ from yours desired category Id.
    Example: ‘cat-links-6’, ‘cat-links-7’.

    Thanks

    #75855
    venepress.web
    Participant

    THX

    #75982

    Welcome anytime @venepress-web

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.