• Resolved pavefe

    (@pavefe)


    Whether it’s the MyAccount page or the registration form I created, is there a list of CSS to help format what we want (i.e. background color of MyAccount page, field and text color of form fields, etc.)?

    I know this may seem a little broad, and I don’t have a way to provide a link to “MyAccount” page, as you would have to be logged in to see specifically what I’m talking about.

    Also, with in some of the responses in the forum, the code is obviously different if you’re using rounded fields, but resolutions don’t include it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @pavefe,

    Please add the following custom CSS code to the Additional CSS box to customize the design style for form wrapper and labels.

    .ur-frontend-form {
        background: #f1f1f1 !important;
    }
    
    .ur-frontend-form .ur-form-row .ur-form-grid label {
        color: #42494e !important;
    }

    Regards.

    Thread Starter pavefe

    (@pavefe)

    Hi nilanzva,
    Thank you very much for the reply. I’ll give it a try as soon as my work schedule allows.

    Vince

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

The topic ‘How do you stylize this plugin?’ is closed to new replies.