Category in menu has a heart icon between posts

Hello,

I would like to remove the heart icon in the separator line between posts. Please see attached image.

Link: Articles of the week – Natixis-Ezine

I believe this is generated by default in the categories section?

Thanks,

Justin.

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

hr.section-divider:after {
display:none;
}

Thanks!
Colorlib Support Team

Hello Colorlib Support,

That worked a treat! thank you so much!

I would like to just ask you 1 final thing.

I’m trying to add two additional meta tags to posts that are to be positioned beside (in line) the date in the attached image. The tags are named Read Time and Level. I’ve been trying to use the ACF plugin but this requires some code that I’m not confident about.

What’s the best way to tackle this problem?

It’s for the following page:
https://natixis.ezine.intercountry.com/category/articles-of-the-week/

Any advice much appreciated,

Justin.

Hi there

Thanks for the follow-up, I’m glad you were able to fix the initial problem.

To extra meta to the page, you will need to customize the actual template file and add the expected values. If you are working with ACF I believe you should be able to use the_field function to include the custom content.

Unfortunately, this level of customization is not something we are able to assist with from our end as it falls beyond our support scope.

Thanks!
Colorlib Support Team

Hi Mike,

Thanks again for the support. Awesome!

Justin.

Nice
I will close this case now, Feel free to contact us again if you have other questions
Thanks!