How to modify paragraph text on specific pages?

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