Hi! I want to hide the tags below the post but I couldn’t find the way to do it, can you help me?
Thank you!
Hello there,
I hope you are doing well today.
You can use the following CSS code to remove the tag cloud by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove tag cloud*/
.tagcloud {
display: none;
}
Best Regards,
Support
Thank you very much!
You are always welcome here