Tagged: x
-
AuthorPosts
-
April 23, 2016 at 1:18 pm #896845
AnnParticipantHi Again,
(Sorry for keep bugging you guys)
I’m trying to change background on my woocommerce product page and I added the following css that I found in another thread to customizer;
.woocommerce.post-type-archive-product {
background: url(‘https://www.onlineconsigncouture.com/wp-content/uploads/2016/03/ct-light.jpg’) no-repeat;
background-size: cover;
background-color: read;
background-attachment: fixed;
}However, nothing is changing. Is there a second step to this?
Page: https://www.onlineconsigncouture.com/boutique/
Thanks!
Ann
April 24, 2016 at 11:07 am #897518
ThaiModeratorHi There,
Your website is under construction.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link login to your site
β WordPress Admin username / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
April 24, 2016 at 11:36 am #897547
AnnParticipantThis reply has been marked as private.April 25, 2016 at 1:43 am #898166
RupokMemberHi there,
Thanks for the credentials. Kindly update your code to following :
.woocommerce.post-type-archive-product .site { background: rgba(0, 0, 0, 0) url("https://www.onlineconsigncouture.com/wp-content/uploads/2016/03/ct-light.jpg") no-repeat fixed 0 0 / cover ; }Hope this helps.
Cheers!
April 26, 2016 at 12:15 am #899722
AnnParticipantFabulous!! That worked!
Thanks so much!!
How can I modify the code to target individual product page?
Ann
April 26, 2016 at 12:32 pm #900676
ThaiModeratorHi There,
Please try with this CSS:
.single-product .site { background: rgba(0, 0, 0, 0) url("https://www.onlineconsigncouture.com/wp-content/uploads/2016/03/ct-light.jpg") no-repeat fixed 0 0 / cover ; }Hope it helps π
May 1, 2016 at 10:18 am #907912
AnnParticipantYup, that worked!
THANK YOU π
May 1, 2016 at 11:56 am #908054
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-896845 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
