NEED HELP
Please change the price tag color to black #000000
Shop Link: https://93f811-2.myshopify.com/
NEED HELP
Please change the price tag color to black #000000
Shop Link: https://93f811-2.myshopify.com/
@admintb , Go to theme.css and add the following code :
.price-list .text-subdued {
color : #00000 !important;
}
Hi @admintb
Check this one.
.text-subdued {
color: rgb(var(--text-color) / 1) !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!