Hi there! I have an online store and I was testing the theme colors to see what fits the best for my website. I finally set a theme color for it but when I try to change the color on the abouts us, terms of service, refund policy, return policy and track your order pages I cannot. Can somebody help me with that please?
Hi @Carens
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
Hi @Carens Thanks for providing the URL, Please add the code in your theme.css/base.css/style.css file which is available in your theme.
section#shopify-section-template--16950525034741__main {
background-color: red !important; // you can change red to which ever color you want.
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
- Login in shopify admin.
- Click on the Online Store.
- Then click on the button next to Customize in live Theme.
- Click Edit Code.
- Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
- You can add the above code at the bottom of the file.
Result:
Please Note: It will change the color of all the pages you have mentioned above, if you want to have different color for different page then you need to add custom liquid code and some other workaround to achieve that.
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
Hi Sahil!
I cannot find it.
I searched the theme.css/base.css/style.cs file but I can’t find it
Hi @Carens I can see that your theme should contain base.css file, please follow the steps that I have mentioned above and add the code in base.css file.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
Hi @sahilsharma9515 I searched it, I only saw base.css in the asset folder. I checked all the order folders but I can’t find it. Under which folder I’ll see it?
Hi @sahilsharma9515 ! Sorry for this late reply, I was very busy lately. I made a mistake. I meant that I checked in all the other files and I cannot find it.
Hello @sahilsharma9515 ! Can you do that for me, please? Because I really need to fix this issue as fast as possible.
Hi @sahilsharma9515 ! I did it. Thanks!