Hi,
Im now to this, im trying to make my site background the same, but the stack has a default that has a white margin around the boxes.
how i delete it and make it the same color of all my site?
thanks
Ariel

Hi,
Im now to this, im trying to make my site background the same, but the stack has a default that has a white margin around the boxes.
how i delete it and make it the same color of all my site?
thanks
Ariel

Hi Ariel,
Thank you for reaching out to us.To remove the white background, please add the following code in the Theme Options > CSS:
.entry-wrap {
background-color: transparent;
box-shadow: none;
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
Thanks! it worked great
We’re glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.