Hi,
Can you please help me change the excerpt background colour to #FFFFFF (totally white)?
I would like this part to stand out against the greyish background of the main area.
Not sure what code I need to put in the Quick CSS.
my site URL is: http://www.linaukis.com
Thank you so much!!
Hey!
Try adding this code to the Quick CSS:
.grid-content, .grid-content * {
background: white !important;
}
Cheers!
Josue