Hi
I am using the Krystal theme and I want to remove the dot icon in the blog sidebar items.
E
Edwin
Original poster
Member
Hi
I am using the Krystal theme and I want to remove the dot icon in the blog sidebar items.
Hi Edwin,
try the following CSS
aside .widget ul {
list-style-type: none;
margin-left: 0;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards