• Resolved gimmy88

    (@gimmy88)


    Hi,

    I want to customize buttons color but under “Appearance > Customize” I cannot find “Ultimate Member” tab.

    How can I show that tab? Is there another way to customize login and register buttons color?

    Regards,
    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, you can use CSS added in the “Additional CSS” section of “Appearance > Customize.” Use the “inspect” tool on the button to find its CSS selector (e.g. “.um input[type=submit].um-button” for the login button), and then add something like this in the “Additional CSS:”

    .um input[type=submit].um-button {
    background: #A833FF !important;
    }

    …where the “#A833FF” is the color you want.

    Hope this is helpful!

    Thread Starter gimmy88

    (@gimmy88)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot Customize Buttons Color’ is closed to new replies.