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
Hey @chelsie2024
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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
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
