Unable to Change Border color of input fields in the active and hover state

Posted in: Newspaper
Post count: 7

Hi,

For Newspaper 9.5

I am using Contact Form 7 by Takayuki Miyoshi. I am trying to style the input fields created by the plugin and the default CSS is :


input[type="text"]:active,
input[type="url"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
border-color: #b0b0b0!important
}

It’s using the !important. Is this your Newspaper 9.5 code or Contact Form 7 ?
I am unable to override this css despite using !important in ‘Custom Code’ –> ‘Custom CSS’ in Theme Panel.

Post count: 20688

Hi,

That is coming from the theme – http://prntscr.com/mv2ka3 It could be canceled with a stronger CSS code if needed. Post a link to where the form is located so I can create a code for it.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.