sparkles2.png

Set Background to White on Checkout Pages

 

If you have a coloured or a pattern background, the checkout pages can be quite hard to see and navigate. This simple line of text will make all of those pages have a white background without affecting the other pages on the site. This will help customers navigate the checkout process with much more ease.

 

How to use the Effect

Simply head to the 'edit CSS' section of Blocklab whilst you are in Blocklab, copy and paste the below code in, hit 'Save' and then go back to Blocklab and hit 'Publish' to apply the effect.

 

#shop #shopblocks-basket {background-color: white !important; padding: 10px !important}
#shop #shopblocks-login {background-color: white !important; padding: 10px !important}
#shop #shopblocks-delivery {background-color: white !important; padding: 10px !important}
#shop #shopblocks-checkout {background-color: white !important; padding: 10px !important}