Site logo

Archived topic

How can I change title style on widget

3 replies · Started by Former User on March 10, 2020

Viewing posts 1–4 of 4

Hello,

How I change style on widget title? Something like shows on this site on sidebar like "Join our community", etc.

Hi there,

Like the blue border?

If so try this CSS:

.sidebar .widget h2.widget-title:after {
    content: '';
    display: block;
    width: 65px;
    height: 2px;
    border-top: 2px solid #a1d8e6;
    margin: 20px 0 0 4px;
}

Hello Leo,

Is it possible to tell me CSS code for the website I put on private url since it does not look the way I wanted the one I told you before, thanks!

Hi there,

sorry but i can't see what the difference is on that URL you provided. They widget titles are just plain text. Let us know.

This archived topic is closed to new replies.