Hey,
Is there a way to add background color to a text widget?
Thanks
Charlotte
Hey Charlotte,
This is possible adding a custom CSS code, but to do it, you`ll need to provide us your website link, please :)
Best regards,
John Torvik
Aha,,, thanks John
Here it comes: http://www.hotelladdict.se
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.sidebar .textwidget {
background: orange;
padding: 10px;
}
Best regards,
Yigit
Great, thanks Yigit :)