[Resolved] Modify Category widget in elements

Home Forums Support [Resolved] Modify Category widget in elements

Home Forums Support Modify Category widget in elements

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2294198
    Jusung

    Hello.

    when you see the sidebar in this website,
    the right side bar is made by elements.

    In the side bar, the category looks ugly.
    I want to make it look like “recent post”

    Wnat to change the color of category
    and I don’t want the circle point.
    How can I make it look like recent post in the right sidebar?

    #2294213
    David
    Staff
    Customer Support

    Hi there.

    try adding this CSSL

    .is-right-sidebar .wp-block-categories-list {
        list-style-type: none;
        margin-left: 0;
        font-size: 20px;
    }
    .is-right-sidebar .wp-block-categories-list a {
        color: #2f2f2f;
    }
    .is-right-sidebar .wp-block-categories-list a:hover {
        color: #EE7785;
    }
    #2294234
    Jusung

    Thank you.

    It has been sorted out.

    #2294237
    David
    Staff
    Customer Support

    Glad to hear that!

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