• Resolved brycenurding

    (@brycenurding)


    User Registration Plugin updated and now seems to override my button formatting. I want the submit button to have a #2ab499 (green) background, like the buttons are formatted on the rest of my site. It seems the new user registration update overrides this setting in my wordpress theme files and makes the button blue now?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @brycenurding,

    Please download the User Registration & Membership free version from this link:?https://limewire.com/d/1d899c94-1aca-4d8c-ad3c-ff1afab66f5a#SueM2gd8014hvSZZhppfPM0tB16G_3a-oh28-Pmmr8w?Then, add the following CSS code to change the color of your button.</span>

    For Default Background Color.

    .user-registration-Button, .ur-submit-button {
    background: #2ab499 !important;
    }


    For Hover Background Color.

    .user-registration-Button:hover, .ur-submit-button:hover {
    background: #167865 !important;
    }


    You can change the background color #2ab499 and #167865 according to your needs.

    Regards!

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @brycenurding,

    We have released an update. Could you please update the plugin to the latest version and check if the issue is fixed?

    Also, don’t forget to clear the cache after updating the plugin to make sure the changes take effect.

    Regards!

    Thread Starter brycenurding

    (@brycenurding)

    Hey Amrit,

    I applied the custom css to my additional css and that fixed the issue, thanks! It would be great if users could change the button colors within the plugin, too.

    • Bryce
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.