Get Rid of Tags at Bottom of Posts

Hi,

Is there a way I can stop the tags at the bottom of each post from showing up?

Thank you for helping!

Hi @gold2day,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.post-inner-content .entry-footer {
    display: none;
}

Best Regards,
Movin

That did exactly what I needed it to. Thank you and have a great day!

You are most welcome here :slight_smile: