Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hello @zamarax

    I hope you’re well today!

    The text next to upload button isn’t at the moment in “Appearance” options, I’m afraid. It can be easily addressed with additional CSS though. If you add a custom class to the upload button (e.g. “my-class”) you can change its look by adding CSS similar to this to the site:

    .my-class .forminator-file-upload span {
    	color:#FF0000;
    }

    I’ve only set text color to red in this example but you can add other CSS rules (e.g. change font or background) and, of course, you’ll need to replace my-class class name with the one you added to the field but it should do the trick.

    Best regards,
    Adam

    Thread Starter zamarax

    (@zamarax)

    Thanks that worked perfectly.

    Regards,

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

The topic ‘Forminator CSS’ is closed to new replies.