Archived topic
Modify Category widget in elements
3 replies · Started by Jusung on July 26, 2022
Viewing posts 1–4 of 4
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?
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;
}
Thank you.
It has been sorted out.
Glad to hear that!
This archived topic is closed to new replies.