Site logo

[Resolved] Categories without dots

Home Forums Support [Resolved] Categories without dots

Home Forums Support Categories without dots

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2439334
    Anne-Barbara

    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

    #2439601
    David
    Staff
    Customer Support

    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.

    #2440533
    Anne-Barbara

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

    #2440691
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.