Hello,
Was wondering if there’s a way to change the color of individual text elements. The design isn’t very intuitive, how are we supposed to know what to look for in the CSS code to change specific elements?
Thanks for the help.
Hello,
Was wondering if there’s a way to change the color of individual text elements. The design isn’t very intuitive, how are we supposed to know what to look for in the CSS code to change specific elements?
Thanks for the help.
Hi @Laurus
For this to work, you need to individually right-click → Inspect → Right Click on the HTML Code → Copy Selector then assign the appropriate CSS code to that specific object.
Let me know if that helps!
Thanks that works. I think it’d be more intuitive to be able to directly modify the individual elemtents from the editor though.
Alright, I’m having issues now because I’m trying to change the text color of “customer login” specifically the element for the “create account” button. For some reason
.customer_login {
color: black !important;
}
doesn’t work, am I doing something obviously wrong? Thanks for the help by the way.