• Resolved TechPik

    (@techpik)


    How can I change Woocommerce Checkout page background color with CSS. Only background not the forms.

    Below is a sketch picture

    Picture

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Senff

    (@senff)

    Hey @techpik

    This can be done with some custom CSS code. Can you share a link to your site so we can check the source code? That will help us with giving you the CSS code you need for this.

    Thread Starter TechPik

    (@techpik)

    Thank you. Here is the link: https://bit.ly/woocommerce-checkout-page

    Plugin Support Senff

    (@senff)

    Hey @techpik

    Thank you for sharing the link. I noticed that you created your site with Elementor, and you should be able to change the background color of any section within the options for the Elementor block. I’m not an export on how to use Elementor, so for that I would suggest to check that with their own support team or their documentation.

    You could use CSS as well, but I wouldn’t recommend it as it won’t look that great, and may not apply to all pages you want to use it on:

    .woocommerce-checkout .ast-container > .elementor {
      background: red;
    }
    Thread Starter TechPik

    (@techpik)

    Thank you. It almost worked nicely. Is it possible that “Order Summery” section stays white like the two other forms.

    Here a picture what I mean: Picture

    Plugin Support Senff

    (@senff)

    Try adding this as well:

    
    .woocommerce-checkout .ast-container > .elementor #order_review_heading,
    .woocommerce-checkout .ast-container > .elementor #order_review {
      background: white;
    }
    Thread Starter TechPik

    (@techpik)

    Super. Thank you very much for the help.

    Thread Starter TechPik

    (@techpik)

    Hi again. I tried to use the same CSS codes in my second website which is using same theme and elementor but it does not work with that. Website is here https://tinyurl.com/same-theme-website

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change Checkout background color?’ is closed to new replies.