Hello @NamelessTrader ,
I understand you are looking to change the ‘Add to cart’ & Share button text color.
You can implement this change by following the below mentioned steps -:
-
First Go to Online Store → Themes → Click on Action(three dots) → Edit code.
-
Search & Find the .css or theme liquid file of your store.
-
Now, search for the below mentioned code and add the color property in it.
.button–full-width {
display: flex;
width: 100%;
color: black;
}
Output => https://prnt.sc/7f19-RnmFWOK
.share-button__button, .share-button__fallback button {
cursor: pointer;
background-color: transparent;
border: none;
color: black;
}
Output => https://prnt.sc/PItohedmU1La
- Save the changes.
I hope the solution helps you.
Please let me know if you need any assistance.
Thank you.