Hello.
Store preview: https://swfh0hcg5v96p333-68796285242.shopifypreview.com
I need some help with making some adjustements to the colours of the cart page, for both computer/mobile views. I want the colour to be the same as in my header (orange variation/fade → [linear-gradient(315deg, #ffafbd, #ffc3a0)]) and not the the purple colour which is displayed. See picture below:
Hi @Andy106 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
cart-items.page-width.is-empty > .cart__warnings > a.button {
background: linear-gradient(315deg,#ffafbd,#ffc3a0)
}
Hope my answer will help you.
Best regards,
Victor | PageFly
Hello. Tanks for getting back to me, but this did not solve the problem. The cart drawer still appearss to be purple both on computer/mobile view
You can try another way below:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Thanks again, however, still no change…
Hello @Andy106 ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Did you fix it yet? If not, can you give me the preview link so I can check it for you. Thank you