I need some code to change the footer and header color to #9F9F9F, any help would be appreciated.
Theme:dawn
website:desire-online.net
I need some code to change the footer and header color to #9F9F9F, any help would be appreciated.
Theme:dawn
website:desire-online.net
Go to your online store > Customize > Settings > Custom Css
and paste this code in the custom css section
.header {
background-color: #9F9F9F;
}
.footer__content-bottom-wrapper–center {
background-color: #9F9F9F;
}
Hi @jakegrieveson ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
This didnt work
You can try