Change widget title background color
- The topic ‘Change widget title background color’ is closed to new replies.
Need help? Check out our Support site, then
I really would value your help again. Could you provide the necessary CSS code to change the background color of the widget titles. Thanks again. I do have the customization upgrade.
The blog I need help with is: (visible only to logged in users)
Hey again,
These are actually images and not as easy to change.
Here’s the default CSS you could override:
.widget h3 {
background: url(/wp-content/themes/premium/crisp/images/bg-widget-header.png) no-repeat left top;
}
Kind Regards,
Scott
Thanks very much. Really appreciate your help.