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
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.