• Resolved kagefurion

    (@kagefurion)


    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]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @kagefurion

    I sent a request to access the file. Please confirm so i can see the screenshot.

    Regards,

    Thread Starter kagefurion

    (@kagefurion)

    @champsupertramp Hey sorry about that thought I made it public you should be all good to see it now

    • This reply was modified 4 years, 1 month ago by kagefurion.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @kagefurion

    You can try adding this CSS code:

    
    .um-register .um-postmessage{ color: red !important; }
    

    Regards,

    Thread Starter kagefurion

    (@kagefurion)

    @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 4 years ago by kagefurion.
    • This reply was modified 4 years ago by kagefurion.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @kagefurion

    We still don’t have the full list of CSS selectors but you can try the following:
    – .um-name
    – .um-member-name

    Some 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,

    Thread Starter kagefurion

    (@kagefurion)

    Great thanks that’d be awesome!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing customer registration message font’ is closed to new replies.