Re: Narrative Theme, how to change individual text color?

Narrative Theme, how to change individual text color?

barelashedco
Visitor
1 0 0

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:

 

Screen Shot 2021-10-14 at 10.03.17 PM.png

 

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!

Replies 3 (3)

Ecommpremium
Shopify Partner
512 43 93

@barelashedco  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. 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website

Zworthkey
Shopify Partner
5581 642 1577

Hii, @barelashedco 
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.

Ecommpremium
Shopify Partner
512 43 93

@barelashedco  hi add this code in theme.scss.liquid

 

.shopify-payment-button .shopify-payment-button__more-options {
color: #F4859E;
}

.social-sharing__toggle {
color: #F4859E;
}

 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website