Why is this happening to my product page? Taste Theme

Solved

Why is this happening to my product page? Taste Theme

lisanchem
Excursionist
24 0 6

My product page was fine before but now nothing is displaying?

I've typed in all my product variations and descriptions. Help! Thank you.

 

Screenshot 2024-10-24 at 3.53.57 PM.png

Accepted Solution (1)
Moeed
Shopify Partner
7468 2021 2481

This is an accepted solution.

Hey @lisanchem 

 

Remove the previous code and try this updated code.

{% if template contains 'product' %}
<style>
.product__column-sticky {
    color: black !important;
}
.product__title>* {
    color: black !important;
}
.price .price-item {
    color: black !important;
}
.product-form__input--pill input[type=radio]+label {
    color: black;
    border: solid 1px black !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: black !important;
    color: white !important;
}
.quantity {
    color: black !important;
    border: solid 1px black !important;
}
.quantity__button {
    color: black !important;
}
</style>
{% endif %}

 

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


View solution in original post

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
11688 2289 2472

Hi @lisanchem 

I guess you changed the text color of your product page to white color, so you got this issue. Please check Color scheme settings of your product page to solve this issue 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Moeed
Shopify Partner
7468 2021 2481

Hey @lisanchem 

 

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>
.product__column-sticky {
    color: black !important;
}
.product__title>* {
    color: black !important;
}
.price .price-item {
    color: black !important;
}
.product-form__input--pill input[type=radio]+label {
    color: black;
    border: solid 1px black !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: black !important;
    color: white !important;
}
.quantity {
    color: black !important;
    border: solid 1px black !important;
}
.quantity__button {
    color: black !important;
}
</style>

RESULT:

Moeed_0-1729757041121.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


lisanchem
Excursionist
24 0 6

Thank you, but now the font on my landing page comes out as black too, is there a way to make it  white for the price again but maintain the black font on the product page?

 

Screenshot 2024-10-24 at 5.14.46 PM.png

Moeed
Shopify Partner
7468 2021 2481

This is an accepted solution.

Hey @lisanchem 

 

Remove the previous code and try this updated code.

{% if template contains 'product' %}
<style>
.product__column-sticky {
    color: black !important;
}
.product__title>* {
    color: black !important;
}
.price .price-item {
    color: black !important;
}
.product-form__input--pill input[type=radio]+label {
    color: black;
    border: solid 1px black !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: black !important;
    color: white !important;
}
.quantity {
    color: black !important;
    border: solid 1px black !important;
}
.quantity__button {
    color: black !important;
}
</style>
{% endif %}

 

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


lisanchem
Excursionist
24 0 6

Thanks loads!

Moeed
Shopify Partner
7468 2021 2481

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications