Categories above posts

I updated, despite my best judgment, and now all the categories for each post are listed in an unaligned column with an elipses in the middle and two bullet points set off to the right. Before the update I believe there was just one category centered above the post. This looked nice. I added:

body.blog .post-inner-content .single-category {
display: none;
}

From another support post which removed the categories from the homepage posts alltogether (not ideal), but the category pages and after a search are all still messed up. My site is www.marcandlisa.family

Please help.
Marc

https://colorlibsupport.com/t/categories-show-up-strange/

This may be the same problem, but she didn’t say where she found the solution.

HI Marc,

Sorry to hear of the problem you are having.

I don’t see categories misaligned on your search page as shown in the attached screenshot.

Do you want to remove the ellipses from category or could you please share the screenshot of the issue?

Best Regards,
Movin

The problem seems to have resolved itself. Odd, but yay!
I would like to remove the elipses if possible. Is there some easy css to do that?

Hey there,

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

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove elipses*/
li.show-more-categories {
    display: none;
}

Best Regards,
Support

Thank you!

You’re welcome @marclais.

Let us know if there’s anything else we can help you with.

Please enjoy your day.

Best regards,
Support.