Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1084445

    MadeOfStars
    Participant

    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.

    #1084446

    MadeOfStars
    Participant
    This reply has been marked as private.
    #1084647

    Thai
    Moderator

    Hi There,

    Could you please double check on your admin account?

    I was unable to login.

    Thanks.

    #1085831

    MadeOfStars
    Participant
    This reply has been marked as private.
    #1086372

    Lely
    Moderator

    Hi 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.

    #1087475

    MadeOfStars
    Participant

    Hi Lely,

    This code did not work. I still have a white background on throughout the Woocommerce pages (Shop, product, cart and my account).

    #1087563

    MadeOfStars
    Participant

    Hi 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.

    #1088047

    Rue Nel
    Moderator

    Hello 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 Password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1088209

    MadeOfStars
    Participant

    Man 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.

    #1088450

    Joao
    Moderator

    Hi There,

    Go to Appereance > Customizer Footer and disable your footer widget area.

    Hope that helps

    Joao

    #1089217

    MadeOfStars
    Participant

    Didn’t realise it’s that simple 😀
    Thank you for your continuous support!

    #1089474

    John Ezra
    Member

    You’re most welcome!