Re: Changing Paragraph Text On Certain Pages

How to modify paragraph text on specific pages?

PastorClez
New Member
4 0 0

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)

PastorClez_0-1631396315780.png

 

(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!

 

Replies 2 (2)

oscprofessional
Shopify Partner
16366 2440 3188
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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

LitExtension
Shopify Partner
4927 1006 1185

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

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com