Hello,
have a site on narrative theme, I am attempting to change the font color on the more details and share text as you can see here:
what would i need to ass to the end of the asset theme.scss.liquid in order to make those F4859E?
website is: https://barelashedco.com
thank you in advance!
@barelashedco_1 can you please share the page URL on which you want to change this more details color and share color because I don’t see it anywhere on shop.
Hii, @barelashedco_1
Can you send me Page link where you see the “more detail and share button”,
Actually, I can’t see this in your store.
Thank You.
@barelashedco_1 hi add this code in theme.scss.liquid
.shopify-payment-button .shopify-payment-button__more-options {
color: #F4859E;
}
.social-sharing__toggle {
color: #F4859E;
}