Changing customer registration message font
-
Hey there was curious. How do I change the font color of this custom message? I know I can change the message content from the user roles tab but I don’t see an option to change the text color. As you can see it’s pretty hard to read with my background. Any assistance would be greatly appreciated.
The page I need help with: [log in to see the link]
-
Hi @kagefurion
I sent a request to access the file. Please confirm so i can see the screenshot.
Regards,
@champsupertramp Hey sorry about that thought I made it public you should be all good to see it now
-
This reply was modified 5 years, 7 months ago by
kagefurion.
Hi @kagefurion
You can try adding this CSS code:
.um-register .um-postmessage{ color: red !important; }Regards,
@champsupertramp Hey thanks man works great. Really starting to understand how the css works form UM thanks again cheers! One quick Q would the “profile name” in the profile tab be .um .um-profile-name ? / Is there a list of all the variable names used in UM so I can write my own css
-
This reply was modified 5 years, 7 months ago by
kagefurion.
-
This reply was modified 5 years, 7 months ago by
kagefurion.
Hi @kagefurion
We still don’t have the full list of CSS selectors but you can try the following:
– .um-name
– .um-member-nameSome just use the inspect elements tool of the browser to check for class and IDs but having a list of selectors would be better and this has been added to the request list to improve our documentation.
Regards,
Great thanks that’d be awesome!
-
This reply was modified 5 years, 7 months ago by
The topic ‘Changing customer registration message font’ is closed to new replies.