Archived topic
Product Highlight - Affiliate theme (site library)
5 replies · Started by Robin on March 21, 2021
Hi there,
Can anyone tell me what the CSS is for the 'product highlight' widget in the affiliate theme from the site library?
I am using the theme already but cannot find the CSS code for it.
Thanks.
Hi there,
Sorry which template are you referring to?
We don't have a template called Addiliate.
Let me know :)
Hi Leo,
I meant the Marketer theme. Sorry if I mispelled it.
Thanks.
Hi there,
go to Customizer > Additional CSS and edit this CSS:
/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
background-color: #83b0de;
color: #fff;
}
Thanks David!
You're welcome