Changing a colour of a page and keep the rest of the website the exact same

i want to change of colour of page on my store without changing the rest of the website

Hi @chelsie2024

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the
This code below if you have the page like : …myshopify.com/pages/abc - you need to replace the abc in the condition to the handle

{% if handle contains 'abc' %}

{% endif %}

Hope this can help you solve the issue

Best regards,

Richard | PageFly

thank you so much! i will try this in the morning

make sure that you will change the condition to your correct handle.

i tried it just now can you explain to me where to paste this code i have no idea so you will need to tell me like i am a 5 year old

you should read my previous comment, i stated all the steps

i have placed your code in the correct place and saved it. but when i go to customize my store and try to change 1 page a different colour all the other pages on my store still change colour too, is there something i am doing wrong?

share with me the page you want to change color, and i will give you a code again.