• Resolved rik100

    (@rik100)


    I’m new to Profile Builder and just testing it out. When I set up a registration page using the shortcode [wppb-register] all is fine except for the “Add User” button which is so faint it took me a while to realise it was actually there. So my question is can I change the button, i.e. the background colour and font colour? If so how?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @rik100,

    You can change the look of that button using CSS. Go to Profile Builder -> Appearance -> Custom CSS and add the following:

    .wppb-user-forms input[type="submit"] {
    	background-color: red;
    	color: blue;
    }

    This should affect all submit buttons from our forms.

    Let me know if this worked !

    Regards.

    Thread Starter rik100

    (@rik100)

    Hi,
    Thanks for the response.

    When I go to Profile Builder-> I see no option for Appearance-> or Custon CSS->. Instead I see Basic Information, Settings, Admin Bar Settings, Labels Edit, Form Fields and Add-ons.

    I thought perhaps I would need to install the add-on Custom CSS Classes which I did. It shows up in my Plugins page which shows it as Activated but I can see no way of actually using it as it doesn’t show up in the Profile Builder menu.

    I presume I am doing something wrong so could I ask for your help again.

    Many thanks

    Plugin Author Georgian Cocora

    (@raster02)

    Hello @rik100,

    This isn’t an option from Profile Builder, it is a WordPress Option that lets you add custom CSS to your installed theme.

    The Appearance menu is in your Dashboard somewhere.

    Regards.

    Thread Starter rik100

    (@rik100)

    That’s great, it works. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Add User Button’ is closed to new replies.