Category Pages Displaying Incorrectly

Hi there!

Since the update, my category pages aren’t displaying quite right. If I click a subcategory or category from the menu, the categories display with bullets on the page. And if there are multiple labels assigned to a post, the formatting isn’t right. See here: Wellness and Learnings – Honeydew

Can you help me fix it?

Thanks!

Hey there,
I hope you’re doing well today

I checked your website, I wasn’t able to find any bullet points and it seems to be displaying correctly.
Were you able to resolve the issue yourself?

Here’s a screencast from your website.
http://recordit.co/2AMxVd3bch

Best Regards,
Support

Hi! Thanks for your response. I’m still seeing the same problem. Your screencast shows the homepage, however the problem is only seen if you click through the menu to a category page.

See attached screenshot or click here: Lifestyle – Honeydew

Also, if I want to hide category labels all together, how do I do that?

Thanks!
Jenn

Hey there,
I hope you’re doing well today

I must say this is strange, I’m still unable to replicate the issue on my end even when using different browsers.
What devise did you take these screenshots from and what browser are you using.
Please try clearing your browser cache.

In regards to hiding the category all together you can do this using the following CSS.
Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*Hide category in category archive. */
.category ul.single-category {
display: none;
}

Best Regards,
Support