Archived topic
Theme adjustment question
3 replies · Started by johnaps on September 21, 2019
Hello!
In the above url in the content you can see 2 boxes which the color is light grey as is the rest content area that is calibrated through colors in costumize/colours/content...
I would want the color inside the box to be white so there isnt difference between the white background of my images and the box, but i dont want to drop the light grey selection in content/colours...
Is there a way to do it?
Thank you in advance!!
Hi there,
Give this CSS a shot:
#wc-column-container .product {
background-color: #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect!
:)
No problem :)