Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    #813964

    Hey 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,
    Victoria

    #814116

    Thanks, that helped most of the layout issues I was having. Top notch customer service!

    #814437

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS overwriting plugin CSS’ is closed to new replies.