Hi there,
I am using the dawn theme and I have my website ready to publish however I am struggling to change the colour of the variants / quantity (background and text). I have attempted to change the colour on themes but none of seem to amend how it looks
@RebeccaPR
can you share preview link of the store ?
@RebeccaPR
Hello,
Can You Please Share Your store URL? I Will Check and Provide proper Solution
hello @RebeccaPR
Can You Please Share Your store URL?
hello @RebeccaPR
step 01:
- Go to your Store > Theme > click to edit code.
- find this file " base.css " and open.
step 02:
- Paste the code at the end of the file.
.product__info-wrapper .js.product-form__input label{
color: #fff !important;
}
.product__info-wrapper button.quantity__button, .product__info-wrapper quantity-input.quantity input {
color: #fff !important;
}
this idea helps you
@RebeccaPR
put below css into theme.liquid file before closing tag
Thank you that helped. However is there away I can change the colour and sub out the black?