Change Sidebar Title Divider (dotted line)

JC Started by Juan Carlos Berrios · March 29, 2020 at 2:27 pm · 1 reply 0 voices Last reply 6 years, 3 months ago
JC
Juan Carlos Berrios Original poster Member
#1

Separator between title and description

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Change Sidebar Title Divider (dotted line)

By posting, your reply becomes public (unless marked private).