• How to change the textcolor in the textbox of the sign in form?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,
    You may go to your?Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .um .um-form input[type=text], .um .um-form input[type=tel], .um .um-form input[type=password], .um .um-form textarea{
        font-weight: bold;
    }

    We hope you are finding flash theme interesting. We would really appreciate for the review.

    Good Day,
    Best Regards.

    Thread Starter mrcm

    (@mrcm)

    It’s a general issue with all input fields. Is there a way to change the appearance of the textinput object?

    Hey,

    We checked your site and the issue you have mentioned is coming from the respective plugin you have used for your login form. So, may be try asking in the respective plugin forum for the issue.

    Do let us know if you have any further query regarding our theme. We will try to reach you soon.

    Good Day,
    Best Regards.

    Thread Starter mrcm

    (@mrcm)

    I used

    input,
    textarea{
        font-weight: bold;
    }

    and now it works as expected.

    Hey,

    Good to know it worked. Do let us know if you have any further query regarding our theme. We will try to reach you soon.

    Good Day,
    Best Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Font Colour in Textboxes’ is closed to new replies.