Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Form Styling

Home / Forums / Virtue Theme / Form Styling

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 16, 2016 at 1:34 pm

Hi, Been using this theme for a few months now and really like it.

I’m redesigning my site and am running into a few problems with form styling.

I can’t get the textarea to resize or the button to style at all.

I added the following code to the Custom css box and all but the height tag are working with the textarea, and nothing with the input.
Any suggestions? The page is zdogmedia.com

textarea {
width: 100%;
padding: 0px 20px;
height: 75px;
font-size: 10px;
resize: none;
}

input[type=submit] {
background-color: #ff0000;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}

Thanks, Mitch

  • The forum ‘Virtue Theme’ is closed to new topics and replies.