Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,guys
I am trying to change background color of pages included in Header and Footer.
My home page is white color so i want to change the background color of pages in Header and Footer to white too.
These pages include : About Us, FAQs, Shipping, etc..
Can someone give me assistance with step by step?
I would prefer using user interference since i do not know anything about coding.
Solved! Go to the solution
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
main.content-for-layout.focus-none {
background: #fff !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
If I change the background color of the footer, I have to change the text color also.
Hello @Pyimk
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
main.content-for-layout.focus-none {
background: #fff !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
If I change the background color of the footer, I have to change the text color also.
I have put and save it but It is not working🤧
It is working see, refresh your site