• Resolved kagefurion

    (@kagefurion)


    Hey there, just started working on this site and was setting up a registration form using ultimate member, but as you can see it’s really hard to see the grey text on the form. How can i change the base text color to white on ultimate member forms? I’ve been trying for a couple days now to no avail, any help would be greatly appreciated. Do i need to do it v.i.a adittional css? Do i need to do it through PHP on the theme ? Or is there a simple setting for it?

    • This topic was modified 4 years ago by kagefurion.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 18 total)
  • Diabolo

    (@cebuss)

    CSS, see here.

    Thread Starter kagefurion

    (@kagefurion)

    Yeah i saw that before too but that only changes the button/link colors.. not the base text color itself

    Diabolo

    (@cebuss)

    To change the text on your link:

    .um-field-label {color: #ffffff;}

    Note that it will change it everywhere therefore, not the ideal solution if you have other pages without such a dark background.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @kagefurion

    Let us know when @cebuss’s instruction resolves your issue.

    You can also change the CSS settings when you edit the form > click on the “Pen” icon. Please see the screenshot in the link: https://drive.google.com/file/d/1VfMi-65Yuh289jXiJAbiRZDQcoViuUDr/view?usp=sharing

    Regards,

    Diabolo

    (@cebuss)

    @champsupertramp Thanks for that, would’ve looked at it when I first installed the plugin but totally forgot about it.

    Thread Starter kagefurion

    (@kagefurion)

    Hey guys thanks alot @champsupertramp I totally forgot about that but thanks i changed it for all the available forms and for the account and profile page i tried to use
    .um-field-label {color: #ffffff;} from @cebuss in additional CSS but the .um-field-label part comes up in red as if it’s not registering. Am i entering it in the right place? (appearance–>customize–>additional CSS)

    Diabolo

    (@cebuss)

    @kagefurion

    Good morning, I see you’ve fixed it. What was the issue?

    Thread Starter kagefurion

    (@kagefurion)

    @cebuss I didn’t. If i log an account and go to the profile and account tab its still grey even though i put the field label in additional css, that’s what i was asking if i was putting it in the right place

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @kagefurion

    Could you please try adding !important to your CSS code and see if the issue still there.

    e.g. .um-field-label {color: #ffffff !important;}

    Regards,

    Diabolo

    (@cebuss)

    @kagefurion

    Yes, you can put it where you have, or you can put it in a child theme, or you could use the UM method mentioned by Champ Camba (personally I tend to use the Snippets plugin for plugin specific CSS as it removes the theme dependency).

    As mentioned above try it with !important. Although given it’s changed to white on the registration it’s strange not on on the other two pages.

    Thread Starter kagefurion

    (@kagefurion)

    yeah @champsupertramp i tried using important already didn’t work. The UM method he mentioned works for a specific form don’t think i can find the account/profile form as i did with the registration and login form to use that method that’s why im trying to do it this way @cebuss. Here’s a SS of it https://drive.google.com/file/d/1vcR3UbRJv2mJxMeGK10m1n_SjOZ-O6_X/view?usp=sharing

    Diabolo

    (@cebuss)

    @kagefurion

    Strange, on my test site it changes.

    I’m curious so do you mind if I sign up a dummy account to see it live (just delete the account after I have a look)?

    Thread Starter kagefurion

    (@kagefurion)

    @cebuss yeah sure go for it

    Thread Starter kagefurion

    (@kagefurion)

    @cebuss Sorry i’m having some trouble with my host can’t access my email right now to approve the acc. I removed the setting so you’ll be able to register now. Lemme know if you see it

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @kagefurion @cebuss

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Ultimate member text color change’ is closed to new replies.