JC
Juan Carlos Berrios
Original poster
Member
#1

I like to change the style of separator (the dotted line) between the title and the description on the sidebar widget. Instead, I want to use a solid line or anything else. Those dotted line looks more like passwords.
If you can show how to do this, or provide me a code to replace at a certain file.
Thanks.
ST
Spiracle Themes
Original poster
#2
Hi Juan,
Try the following CSS
.blog h4.widget-title, .search h4.widget-title, .archive h4.widget-title, .single h4.widget-title {
border-bottom: 2px solid #777;
}
Paste it in Appearance -> Customize -> Additional CSS
Best Regards