Change only one page colour, and keep the rest of store the same

i want to change only one colour of my store a different colour to the rest of the store without changing any of the other pages, please can someone help

@chelsie2024 Could you please share the page URL where you want to update the colour?

Also, share a screenshot of the section where you want to update.

Hey @chelsie2024

Can you share the URL of the page where you want to change the background color of?

Best Regards,

Moeed

https://www.crewwalk.com/pages/v1-beauty?_pos=1&_sid=0c3ec3194&_ss=r

Hey @chelsie2024

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if handle contains 'v1-beauty' %}

{% endif %}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

OMG!! it worked! please can you also show me how to change the footer and header!

Hey @chelsie2024

Remove the previous code and try this updated code with the same steps.

{% if handle contains 'v1-beauty' %}

{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like