Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Change header and footer font colour

Change header and footer font colour

ozmedicine
New Member
4 0 0

How do i change footer and header font colour to white without changing the other contents in the page. ALso can we extend the wrapper on the header to fit entire page?

ozmedicine_0-1730787473258.png

ozmedicine_1-1730787510248.png

 

 

Replies 4 (4)

Moeed
Shopify Partner
6326 1715 2068

Hey @ozmedicine 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
header * {
    color: white !important;
}
footer * {
    color: white !important;
}
</style>

RESULT:

Moeed_0-1730787647487.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ozmedicine
New Member
4 0 0

Fantastic, can we also stretch the header so it fills the page. As half now there's gray on either side of it

Moeed
Shopify Partner
6326 1715 2068

Hey @ozmedicine 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
header {
    margin: 0 !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1730788220831.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Rahul_dhiman
Shopify Partner
658 128 134

Hello @ozmedicine 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

#shopify-section-sections--18035827736798__header .header {
margin: 0px !important;
max-width: 100% !important;
}

result
63.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167