The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Need CSS Rule to Ch...
 
Share:
Notifications
Clear all

Question Need CSS Rule to Change Autofill Color | Email Field Inside Subscription Bar

3 Posts
2 Users
0 Reactions
15 Views
Posts: 92
Topic starter
(@aerostar)
Estimable Member
Joined: 5 years ago

Hi there,

The CSS Rule you provided here for changing the autofill color of the Name and Email fields contained in Comments works great, but does not work for the Email field contained in the Subscription bar.

Details: https://prnt.sc/9ymDVhahKZFk

Can you kindly provide a CSS Rule for changing the autofill color of the Email field contained in the Subscription bar?

Thank you!

2 Replies
Asti
Posts: 7726
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

Try this one: 

#wpdcom .wpdiscuz-subscribe-form-email:-webkit-autofill, #wpdcom .wpdiscuz-subscribe-form-email:-webkit-autofill:hover, #wpdcomwpdiscuz-subscribe-form-email:-webkit-autofill:focus, #wpdcom .wpdiscuz-subscribe-form-email:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 1000px #dff0d8 inset; /* Sets the background color */ 
-webkit-text-fill-color: #000000; /* Changes the text color */ 
transition: background-color 5000s ease-in-out 0s; /* Prevents browser from resetting styles */ }

 

Reply
1 Reply
(@aerostar)
Joined: 5 years ago

Estimable Member
Posts: 92

Hi @asti,

Thanks for your speedy reply!

Unfortunately, it did not work for me. Did you try the CSS Rule at your end? 

I tried several variations of your CSS Rule, including the addition of "!important;". Also, I disabled all other plugins and cleared cache, but it still didn't work.

Any other suggestions?

Thank you!

Reply
Share: