Tagged: x
-
AuthorPosts
-
October 12, 2016 at 10:55 am #1213099
zigelbaumParticipantHi
I am trying to change the background colour in my woo commerce product page but but cant find the correct css for this.The link for the page is
http://johnproctormillinery.com/product/scarlet/
The css for the Theme X main site is black background with white body and headings. When I added the woo commerce it has taken the text css which is white and put it on the woo commerce page who’s background is white.
How can I alter this without affecting the main Theme X site.
Thanks
October 12, 2016 at 11:39 am #1213170
RahulModeratorHey There,
Thanks for writing in!
To change the background color only for the product pages, you can use this code:
.single-product .site { background-color: Your Choice; }You can change the color according to your requirement.
Hope this helps.
Kindly let us know how it goes!
October 12, 2016 at 12:01 pm #1213218
zigelbaumParticipantHi
Thanks for that but nothing is happening I am putting it in the Customize then Custom CSS is that correct?
Thanks
October 12, 2016 at 4:02 pm #1213593
NicoModeratorHi There,
Could not see that you have added the code.
Would you mind sharing us your admin credentials so we could check your setup and we could try adding the code if it will work.
Please share us also the color your want to add.
Don’t forget to set it as private reply.
Thanks.
October 12, 2016 at 5:32 pm #1213680
zigelbaumParticipantThis reply has been marked as private.October 13, 2016 at 1:34 am #1214182
LelyModeratorHi There,
Thank you for the credentials.
When I checked, Appearance > Customize > Custom > Edit Global CSS, that content is this:
#x-content-band-3 { color: #000000; }
Just that line and nothing else. I add the following:.single-product .entry-wrap { background: #000000; }Main content area for product page is now black and the title is visible. See attached screenshot.
October 13, 2016 at 2:42 am #1214253
zigelbaumParticipantThat’s great thank you so much for your help.
October 13, 2016 at 5:02 am #1214395
LelyModeratorYou’re welcome!
Cheers!
February 2, 2017 at 11:52 am #1355481
zigelbaumParticipantThis reply has been marked as private.February 2, 2017 at 3:23 pm #1355752
JadeModeratorHi there,
Please try to add this code:
.woocommerce-page .entry-wrap { background-color: #000; }Hope this helps.
February 20, 2017 at 8:00 am #1378143
zigelbaumParticipantThis reply has been marked as private.February 20, 2017 at 8:21 am #1378166
ThaiModeratorHi There,
Please add that code under Customizer > Custom > Global CSS.
Hope it helps 🙂
March 7, 2017 at 8:11 am #1397726
zigelbaumParticipantHi I have this problem everytime I add a new page and instead of the background section being black it comes out white could you tell me how I set the page and section backgrounds to black. Attached is what I get when I add a new page.
Regards
March 7, 2017 at 9:42 am #1397833
ThaiModeratorHi There,
Please update the previous CSS:
.woocommerce-page .entry-wrap { background-color: #000; }To this:
.entry-wrap { background: #000; box-shadow: none; }Let us know how it goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1213099 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
