Hey, I figured out how to change the text for shopify sections as shown here:
div#shopify-section-16311987698b44727d.p, p {
text-align: right;
margin-top: -39px;
}
And this worked great, the issue I’m having is that I can’t change it the same way on my login & empty card page. (Same Issue On Both)
(Text is in white & circled, hard to see)
Theres no “shopify-section” thing I can see in the HTML that I could use.
https://thekaikkistore.myshopify.com/ password: cleuth
(I’m trying to fix the cart & login page)
Thanks!
a {
color: #000 !important;
}
a:hover {
color: #000 !important;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi @PastorClez ,
I checked and it showed fine, the only thing wrong here is the color of the text, you can add code, everything will display fine: https://i.imgur.com/c2PyKaW.png
Go to Assets > theme.css and paste this at the bottom of the file:
#CustomerLoginForm p a {
color: var(–color-text) !important;
}
Hope it helps!
If you find my answer helpful for you, please mark it as a solution. Thank you and good luck