Ultimate member plugin wordpress does not render the form
When you apply the theme such as Hatro pro, it seems the form input is not rendered correctly.
We might have to custom css on this plugin, ultimate member, by ourselves.
Please see the solution below.
1. Go to wp-content>plugin>ultimate-member/assets/css
2. Edit up-old-default.css
3. Add opacity into class um
.um {
...
opacity:1;
}
We might have to custom css on this plugin, ultimate member, by ourselves.
Please see the solution below.
1. Go to wp-content>plugin>ultimate-member/assets/css
2. Edit up-old-default.css
3. Add opacity into class um
.um {
...
opacity:1;
}
Comments
Post a Comment