Site logo

Archived topic

Categories without dots

3 replies · Started by Anne-Barbara on November 28, 2022

Viewing posts 1–4 of 4

Hi,

still one question: In the sidebar there is a widget that shows the categories (= Themen):

https://hochsensibelsein.org/wP/

The categories are shown as dotted list, but I want it without like in the widget "Beiträge" obove. How can I do this?

Kind regards,
Anne-Barbara

Hi there,

You have this CSS:


ul {
   list-style-image: url(https://hochsensibelsein.de/wp-content/uploads/2022/08/bullet7.webp)
}

Change it to:


.content-area ul {
   list-style-image: url(https://hochsensibelsein.de/wp-content/uploads/2022/08/bullet7.webp)
}

That will stop it being applied outside the content area.

Great, thank you so much!
Kind regards, Anne-Barbara

You're welcome

This archived topic is closed to new replies.