Tagged: x
-
AuthorPosts
-
January 24, 2017 at 2:04 pm #1343582
dakotascParticipantI am currently running the agency stack for my woocommerce store and I would like to know if there’s anyway to change the white background behind all the products.
January 24, 2017 at 2:54 pm #1343660
RahulModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 24, 2017 at 3:54 pm #1343771
dakotascParticipantJanuary 24, 2017 at 10:18 pm #1344204
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.entry-featured { background-color: #ddd !important; }Thanks.
January 24, 2017 at 11:44 pm #1344263
dakotascParticipantI added this code in attempts to get a lavender color but it did not change anything, I tried the original code you sent, it also didn’t change the background.
.entry-featured {
background-color: #E6E6FA !important;}January 25, 2017 at 6:14 am #1344565
ThaiModeratorHi There,
I could see that the background color behind the product images already changed.
Could you please clear the cache and try again?
http://i.imgur.com/B8d7O9q.png
Thanks.
January 25, 2017 at 11:57 am #1345025
dakotascParticipantI meant the entire page behind the pictures.
January 25, 2017 at 2:56 pm #1345232
JadeModeratorHI there,
Please try this code:
.post-type-archive-product .x-main.full { background-color: #ddd !important; } -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1343582 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
