Hide tags from post

Hi there
First to thanks for creating this awesome and beautiful theme for free
I want to hide tags from post
Anyone can help me

Hello there,

I hope you are doing well today.

You can use the following CSS code to hide the tags by going to Appearance > Customize > Additional CSS and pasting it there.


/*Hide tags*/
footer.entry-meta {
    display: none;
}

Best Regards,
Support

Hi there
First thanks to reply fast
And thanks again for solving my problem

Hello there,

I am glad that the problem was resolved.
Please feel free to contact us in the future for any other issues.

Best Regards,
Support