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

    (@champsupertramp)

    Hi @maxkrak

    Do you have a link to your live/staging site?

    Regards,

    Thread Starter maxkrak

    (@maxkrak)

    @champsupertramp

    Yes, but the fact is that this is an adult site, I don’t know if it would be right to link to it here.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @maxkrak

    1. You can try adding this CSS to your theme’s style.css or use a CSS customizer:

    input#um-submit-btn:hover {
        background: #121212;
        color: #d1e4dd;
    }

    The above CSS code will change the button on mouseover.

    2. >>> And another question – how to remove the transparent inscription “Confirm password”?

    ** You can try this plugin to change the strings:
    https://ww.wp.xz.cn/plugins/say-what/

    Regards,

    Thread Starter maxkrak

    (@maxkrak)

    @champsupertramp

    I inserted the code, but only the text color has changed (no need to change), and the button color remains white – https://clip2net.com/s/4d3w2Vx

    And also this garbage not only with the login button, other buttons will also turn white, how can I change all of them on hover?

    About “Confirm password” – yes, I can remove it using the plugin, but then it will be removed everywhere (https://clip2net.com/s/4d3wjtK), and I only need to remove the transparent words in the field itself.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @maxkrak

    1. Please try adding !important in the background.

    e.g.

    input#um-submit-btn:hover {
        background: #121212 !important;
        color: #d1e4dd;
    }

    2. You can try the approach in the link: https://docs.ultimatemember.com/article/1578-change-english-text-in-forms

    Use your language file to replace the strings. Look for Confirm %s to replace it with an empty value e.g. &nbsp

    Regards,

    Regards,

    Thread Starter maxkrak

    (@maxkrak)

    @champsupertramp

    Thanks, it helped!
    Some of the buttons, following this example, I changed myself.

    But 1 button I cannot change since there is no button id – https://prnt.sc/1qecafi
    Help me please))

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @maxkrak

    Please try this CSS:

    .um-profile .um-left .um-button:hover {
        background: #121212 !important;
        color: #d1e4dd;
    }

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hey there!

    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 by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂

    Regards,

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Login button design’ is closed to new replies.