Archived topic
HOW TO CHANGE background and text colour of Product Highlight section
4 replies · Started by Deepa Chokkakula on March 13, 2021
Hi, I am using the Marketer theme.
Could you tell me How to change the Product highlight section se3ction background and text color?

Hi there,
go to Customizer > Additional CSS and change this CSS:
/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
background-color: #83b0de;
color: #fff;
}
hello, can you provide me the full code for this widget? I initially used that widget for something else, and now I would like to have this box back. I tried copying the additional css in the html box but that is not working. Thanks
Please open a new topic and link us to the page in question.
Thanks!