• Hello
    In new update,
    It show Catagory in title of each post,
    How can I remove it?

    Also when you click i=on Tag it open new page and something like :

    Tag : ……

    I do not like to show “Tag: ”
    How can I remove it?

    Finally if I want to remove tags how can I remove them?

    Your quick reply will be highly appreciated

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

    Kindly, go to Appearance > customize > Additional CSS
    and paste below code

    
    .classic-alt .meta-post .post-cat{
    display:none !important;
    }
    

    Hope it helps let me know how it goes.

    Thanks

    Thread Starter tevengh

    (@tevengh)

    Hello and thank you for your recommend,

    Unfortunately it is not working,
    I guess it comes because of new update of Sydney

    hope to get positive answer from developers soon

    Hello,

    Sorry for the inconvenience.

    Please try this code it will work

    .hentry .meta-post .cat-links {
        display: none;
    }
    

    For Remove tag please use this code

    
    .archive-title{
    display:none;
    }
    

    Hope its work.
    Thanks

    Thread Starter tevengh

    (@tevengh)

    Hello and thank you so much ,
    yes it remove category and tag,

    Glad to know it helped 🙂

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Tag & Catagory’ is closed to new replies.