We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Text Color

Solved

Text Color

PabloPier
Excursionist
45 0 14

Hello, I am having problem with the text color as shown on the picture. How can I change the text color to black on the popup?

PabloPier_0-1728414196667.png
Same thing is when you click on the add to cart button:

PabloPier_1-1728414271669.png

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Hi @PabloPier 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.product-quick-add__variant.hidden.sm\:grid .v-stack.gap-0\.5 *,
.quick-buy-drawer__variant.text-start.h-stack.gap-6 * {
    color: #000;
}

 

And Save. 

Result:

Made4uoRibe_0-1728415085280.png

 

Do you like to add outline on the check out button?

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Hi @PabloPier 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.product-quick-add__variant.hidden.sm\:grid .v-stack.gap-0\.5 *,
.quick-buy-drawer__variant.text-start.h-stack.gap-6 * {
    color: #000;
}

 

And Save. 

Result:

Made4uoRibe_0-1728415085280.png

 

Do you like to add outline on the check out button?

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.