Tagged: x
-
AuthorPosts
-
July 13, 2016 at 3:10 am #1084445
Hello X Team,
I know you get this question a lot, but I have tried all the CSS you provided and the only one that worked is the following:
.archive .site {
background-color: #f6f1ed;
}
The thing is, it only worked on the shop page, while I want the same background color throughout the Woocommerce pages (Shop, product, cart, my account)I am running the latest WP, X, Woocommerce and cornerstone versions.
My login details below..
Thanks for your top support.
July 13, 2016 at 3:10 am #1084446This reply has been marked as private.July 13, 2016 at 6:15 am #1084647Hi There,
Could you please double check on your admin account?
I was unable to login.
Thanks.
July 13, 2016 at 7:35 pm #1085831This reply has been marked as private.July 14, 2016 at 2:32 am #1086372Hi There,
Thank you for the credentials. Please update above CSS to this:
.archive .site, .single-product .site, .woocommerce-cart .site, .woocommerce-account .site, .woocommerce-page .site{ background-color: #f6f1ed; }
Hope this helps.
July 14, 2016 at 4:43 pm #1087475Hi Lely,
This code did not work. I still have a white background on throughout the Woocommerce pages (Shop, product, cart and my account).
July 14, 2016 at 5:54 pm #1087563Hi Again,
I am starting to believe it’s not the code.
I have installed the child theme and created lot’s of content with corner stone after I made few customization on the parent theme. Do you think that’s the issue?. If not, is there any special place where I need to copy the CSS codes other than the Appearance>Custom>CSS?
I am now facing a new issue that changes I made in the customiser won’t “save & publish”!Help.
July 15, 2016 at 12:07 am #1088047Hello Again,
The code should have work because we have tested it before giving it to you as the solution. I did some further investigation and I found out that no matter what I do, the customizer doesn’t save the changes. This is why the code is not working because by the time you have inserted the css, it is not being saved.
Meanwhile, please add the following css code in your child theme’s style.css
/* background color for woocommerce pages */ .single-product .site, .woocommerce-cart .site, .woocommerce-account .site, .woocommerce-page .site{ background-color: #f6f1ed; }
After making the changes, I’d recommend that you clear your caching plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
Would you mind providing us the ftp login credentials so we can take a closer look and fix the issue why the customizer doesn’t save the settings? 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.
To do this, you can make a post with the following info:
– FTP Hostname
– FTP Username
– FTP PasswordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
July 15, 2016 at 3:38 am #1088209Man this is magic,
Everything is suddenly working when I disabled the caching.
However I have just noticed there is a thick white strip at the bottom of all my pages above the footer, eventhough the backgrounds and footers are all beige!
Can you help?
Thank you in advance.July 15, 2016 at 8:10 am #1088450Hi There,
Go to Appereance > Customizer Footer and disable your footer widget area.
Hope that helps
Joao
July 15, 2016 at 7:20 pm #1089217Didn’t realise it’s that simple 😀
Thank you for your continuous support!July 15, 2016 at 10:23 pm #1089474You’re most welcome!
-
AuthorPosts