Tags on single posts

edited March 2022 in Blog

Hello,

How can i do to remove tags on single posts (only tags, i want to put down category) ? I use intro builder.

Here is my site : https://isabellepotel.fr/

Thank you !

Comments

  • Hi,

    If you want to remove the tags altogether from your post, edit it, open the Tags tab, and click on the X.

    If you want to hide them from displaying on the post, you must write a custom CSS code.

    Please, let me know if you need help with writing it.


    Thanks

  • Hi,

    Thank you for the answer. Yes, i just want to hide them. Can you help me for the code because i didn't find how (when i try, everything is hided and just want to hide just the tags)

    Thanks a lot !

  • Put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    #Intro .tags{
     display: none!important;
    }
    

    Thanks

  • Thank you very much it works ! :)

Sign In or Register to comment.