Archived topic
Widgets title& back ground
5 replies · Started by Alex on April 10, 2020
Hello,
how can i make sidebar widget design like below pic.
title background
https://imgur.com/KcDXhfV
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