Skip to content
Public Ticket #22210

Footer Widget Area CSS Input Type CSS

Conversation thread

stevenforbes replied

Customer Reply

Many thanks for the quick reply. That's perfect.

PenciDesign Supporter replied

Staff Reply

HI,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

#widget-area .mc4wp-form .widget input[type="text"],
#widget-area .mc4wp-form .widget input[type="email"],
#widget-area .mc4wp-form .widget input[type="date"],
#widget-area .mc4wp-form .widget input[type="number"],
#widget-area .mc4wp-form .widget input[type="search"],
#widget-area .mc4wp-form .widget input[type="password"] {
    border-color: #000000;
}

Regards,
PenciDesign.

stevenforbes started the conversation

Conversation Start

Hi there,

I'm attempting to set the border colours for the input type text and email of this signup form, but as the example shows, I'm only able to override the border size using custom CSS.

The colour is set by 'Footer Widget Area Borders Color for List'. However, I need to have the form fields a different colour.

Can you help at all?

Many thanks,

Steven

Want to join this conversation or access attachments? Sign in first.