Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I was wondering if anyone could help me change the font color for the hyperlinks and body text to white for this section:
I was able to do the header under the theme.css liquid but because the text in this section is technically hyperlinks and body text, I cant change the color because all of the other links / body text will turn white.
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-16312397899a2054ec.h4, #shopify-section-16312397899a2054ec h4 {
font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em);
color: #fff !important;
}
#shopify-section-16312397899a2054ec p {
color: #fff !important;
}
Thanks!
Please share store URL .
Thanks!
The password is awtreu
Also, this was a section I added into my theme under collection.slider
Thanks for getting back to me so fast!
This is an accepted solution.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-16312397899a2054ec.h4, #shopify-section-16312397899a2054ec h4 {
font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em);
color: #fff !important;
}
#shopify-section-16312397899a2054ec p {
color: #fff !important;
}
Thanks!
Thank you so much!!!
User | RANK |
---|---|
205 | |
105 | |
88 | |
56 | |
45 |