Site logo

Archived topic

Widgets title& back ground

5 replies · Started by Alex on April 10, 2020

Viewing posts 1–6 of 6

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

Sorry it is in my local host not yet uploaded in live site.
i need to change sidebar title background.
https://imgur.com/wnIgYBe

Hi there,

to add a background to the sidebar widget title try this CSS:

.sidebar .widget .widget-title {
    padding: 10px;
    background-color: #1122aa;
    color: #fff;
}

Thank you David. It works!

You're welcome

This archived topic is closed to new replies.