Viewing 1 replies (of 1 total)
  • Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hi Miss_StG,

    There is a border, but it’s a bit faint. Try the following custom css. You can add it to your sit using either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    input[type=text],
    input[type=email],
    input[type="password"],
    textarea {
    border-color: black;
    }

    Change black to whatever color you want. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Form Troubles – No border around Textarea’ is closed to new replies.