Remove plugin CSS with External instead?
-
Hello,
My client wanted her name field and email field to be the same size. I found the code that controls that:
#mailchimp-top-bar .mctb-email { width: 100%; max-width: 240px!important; }
And in order to make them both the same size, I simply need to “turn off” the width: 100%; line of code.
For now, I have done this by editing the plugin’s base code. I know how to override and manipulate code using external CSS styles; however, I don’t know how to use an external style sheet to actually remove or ignore something I don’t want all together.
Obviously, removing it from the base code works, but now the next time you roll out an update, I’ll have to go back in and delete that line of code again.
So, any ideas on how I can do that externally instead of manually changing it with each update?
The page I need help with: [log in to see the link]
- The topic ‘Remove plugin CSS with External instead?’ is closed to new replies.