Hi there!
You need to do so via custom css that overrides form elements.
Thanks!
Thread Starter
cgncmt
(@cgncmt)
Ok, so can you give me a coding example for that?
Try adding this to your custom CSS but change font size to what you like.
.um-field-label label {
font-size: 15px!important;
}
Thanks 🙂
On a similar note, is there some custom CSS you could supply me with to increase the size of meta text on the user profile page?
Will try give you directions so you can do stuff like this with ease in future without having to go via support.
So what you want to do is:
1. Use Chrome and right click on the meta text and inspect element.
2. This will show you the CSS that is applied to this element on right hand side.
3. Click in the CSS element and type font-size and then enter a font size like 16px or whatever font size you want.
4. Copy and paste this CSS into your custom CSS.
Give that a try and tell me how you get on as it is a simple but useful thing to learn that will allow you to easily customize the appearance on any element on your site for the future.
Thanks 🙂
Great, not only helpful but empowering. Thanks, it worked.