Want to delete feature image hover button

Hello, I want to delete the Feature image hover button Because I don’t like it please help. Shopify Blog URL: https://venamine.com/blogs/news

To delete it.

In admin go to online store → click actions → Edit code → find your CSS asset. (search for “CSS” asset, there is likely +10.000 lines of code) go to the bottom of the code and paste the following.

a.category{
display: none;
}

@johnny3434

Go to your code editor Assets > theme.css or theme.css.liquid and paste this line at the bottom of the file

.single-blog .category {
    display: none;
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

The button is still here I want to delete the hover button