Shopify themes, liquid, logos, and UX
wanting to keep my header background colour as white while changing the rest of my website to pink, how do i do this?
Add code Your assets/theme.css bottom of the file.
.main-content { background: #fea1a1 !important;}
.page-container{ background: #fea1a1 !important;}
Thanks!
1. Go to your store. Click on Actions > Edit Code
2. Go to Assets > theme.css add below lines at the bottom of the file.
.page-container {
background-color: #f9abad;
}
If helpful then please Like and Accept Solution.
Yes after adding the given css your page will look something like this :
If you want to the Footer in Pink then add below css:
.site-footer {
background-color: #f9abad !important;
}
so it will look something like this
hello @rentwithc
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Please share your store URL and store password.
hello @rentwithc
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.main-content , .page-container {
background: #fea1a1 !important;
}
Add code Your assets/theme.css bottom of the file.
.main-content { background: #fea1a1 !important;}
.page-container{ background: #fea1a1 !important;}
Thanks!
Please add following css class your css file
.main-content , .page-container {
background: #fea1a1 !important;
}
User | RANK |
---|---|
64 | |
58 | |
48 | |
42 | |
41 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023