• Resolved formsaregreat

    (@formsaregreat)


    Hi!

    I need to put icons to the left of the placeholder field in both the first name and email input sections of the form.

    First name:
    Person icon

    Email:
    Mail icon

    Could someone please let me know how to do this?

    Thank you!

    • This topic was modified 6 years, 7 months ago by formsaregreat.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter formsaregreat

    (@formsaregreat)

    I mean a custom icon instead of the stock one 🙂

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @formsaregreat ,

    You can use CSS like that, to add custom icons:

    
    .hustle-ui .hustle-icon-email::before
    {background-image: url(http://URLTOYOURIMAGE.JPG);
    
    color:
    transparent;}
    

    And for the name field use selector like that:

    .hustle-ui .hustle-icon-name::before

    kind regards,
    Kasia

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

The topic ‘[Help!] Input Area Icons – Hustle Forms’ is closed to new replies.