How do I change a specific text color using CSS?

Solved

How do I change a specific text color using CSS?

GustavoAlves
Excursionist
37 0 2
Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

Hello @GustavoAlves

It's GemPages support team and glad to support you today.

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code -> Layout

2. Open file theme.liquid then add this code to above the </head> tag

<style>
.product-form__info-item .price-list > p > span{
 color: #ffffff !important;
}
</style>

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)

NiccosMedia
Shopify Partner
51 4 14

.price-list span {
color: white !important;
}

Greetings Niclas
Senior Front-End Developer
Founder of Niccos Media
Based in Germany
kontakt@niccos-media.de
GustavoAlves
Excursionist
37 0 2

Changed the price of the product together which is in green.

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

Hello @GustavoAlves

It's GemPages support team and glad to support you today.

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code -> Layout

2. Open file theme.liquid then add this code to above the </head> tag

<style>
.product-form__info-item .price-list > p > span{
 color: #ffffff !important;
}
</style>

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center