Category Title Appear Under Post

Hi guys,

I’ve followed the instructions here https://theme.co/apex/forums/topic/integrity-showing-categories-in-blog/ to make category titles appear under each post. However the category titles appear with a bullet for some reason. You can see what I’m talking about here https://blogs.themantic-education.com/ibpsych/. Any idea how I can fix this?

Thanks,

Jamie

Hi Jamie,

To fix it, you can add this in Theme Options > CSS

.entry-footer ul  {
   margin:0;
}
.entry-footer ul li {
   display: inline-block;
   list-style-type:none;
}

Hope that helps.

Awesome! That worked. Thanks!

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.