• I’m hoping to do the following:

    Adjust the font type and size of the User Entry Fields, Label and buttons.

    Move the user entry fields to above the upload buttons, etc.

    Here’s an image showing what I’m mucking with. Am I out of my depth?image showing what I'm trying to do

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, to move the user fields above the upload button, simply go to Placements tab using the visual editor and change the placement of userdata element.

    To adjust the fonts, you need some css tweaks. What is the URL of the page?

    Nickolas

    Thread Starter simonmaxhill

    (@simonmaxhill)

    It worked! I don’t know why I couldn’t find User Fields before when trying this.

    Here’s the URL!
    https://smhcasting.com/contact/submit/

    Thank you for your support of my simple questions. It’s very helpful.

    Plugin Author nickboss

    (@nickboss)

    To math the font use the following css rule:

    
    div#wordpress_file_upload_block_1 * { font-family: "Rockwell"; }
    

    If you have the Pro version you can put it in the Custom CSS area of the shortcode using the plugin’s visual editor. If you have the free version, just put it in the Custom CSS area of your theme.

    Nickolas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust user entry fields’ is closed to new replies.