Product page color not matching the rest of the site

Product page color not matching the rest of the site

bl4de
New Member
5 0 0

 First image is the normal site color, but second image is the product page image and it's footer color, buttons color and also header button color for this page is not same too. Can you help me? Thanks.

resim_2024-09-27_170431892.pngresim_2024-09-27_170500615.png

 

 

Replies 8 (8)

websensepro
Shopify Partner
1221 136 156

Hi @bl4de , kindly provide your store URL please. Thanks

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
bl4de
New Member
5 0 0

https://luxmanes.store / Thank you.

websensepro
Shopify Partner
1221 136 156

@bl4de your store is password protected. Kindly share your password too. Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
bl4de
New Member
5 0 0

Password: Luxmanes

I'm sorry i forgot.

websensepro
Shopify Partner
1221 136 156

@bl4de 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

 

<style>
.section-divider svg {
    color: #466933 !important;
}
.footer {
    background-color: #466933 !important;
    color: #ffffff;
}
.field__label, .customer .field label {
    color: white !important;
}

.field:before {
    border: 1px solid white !important;
}
button.button.main-product-atc.button--has-spinner {
    background-color: #466933;
}
</style>

 

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
bl4de
New Member
5 0 0

I did but still not solved my problem. Can you also change the color of footer text backgrounds, product page button background colors and also header button background color in product page?

websensepro
Shopify Partner
1221 136 156

@bl4de Try the above code again and then share the specific screenshot of the all the issues you are facing.

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
bl4de
New Member
5 0 0

I said you, i pasted your code it's working but can you go to my website and click the second button in footer then scroll all the way down.