-
AuthorPosts
-
June 27, 2017 at 7:06 pm #813572
I am using eform to process some forms on a new site we are building. When I preview the form it looks fine, but when I plug it in the site, the css of enfold is overwriting some of the form css and making it look not quite right. Do you know of an easy way to retain the css for the form when it is on my page?
June 28, 2017 at 5:03 pm #813964Hey hobart,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top label { font-weight: normal; font-size: initial; } #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: transparent; background-color: transparent; color: #7d7d7d; border-bottom: 1px solid #8c8c8c; } #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus { box-shadow: none; color: #555; border-bottom: 2px solid #8c8c8c; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 28, 2017 at 10:01 pm #814116Thanks, that helped most of the layout issues I was having. Top notch customer service!
June 29, 2017 at 1:28 pm #814437Hi,
We’re glad that Victoria was able to help you!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Cheers!
Sarah -
AuthorPosts
- The topic ‘CSS overwriting plugin CSS’ is closed to new replies.