
-
AuthorPosts
-
April 7, 2017 at 1:45 am #773623
Hi, guys
1.- how can i add a padding-top on the submit button?
2.- is there a way to disable the hover color on social links topbar
3.- May i know wich is the default font on enfold 2017? mine is opens sans but doenst look like the original
thanks in advance
regards
April 7, 2017 at 8:00 am #773747Hey fedepazm,
First off, thanks for using the Enfold.
Follow the answers below:
1. To add this extra space, use the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.form_element input[type=submit]{ margin-top: 40px !important; }
As you`re using the twitter,facebook, instagram and youtube social icons, to remove the background color on hover, add this custom CSS code:
/* this code will remove the twitter background hover color*/ #top #wrap_all .av-social-link-twitter:hover a { background: transparent; color: #aaa; } /* this code will remove the facebook background hover color*/ #top #wrap_all .av-social-link-facebook:hover a { background: transparent; color: #aaa; } /* this code will remove the instagram background hover color*/ #top #wrap_all .av-social-link-instagram:hover a { background: transparent; color: #aaa; } /* this code will remove the youtube background hover color*/ #top #wrap_all .av-social-link-youtube:hover a { background: transparent; color: #aaa; }
3. The Enfold default font is the Open Sans. I`ve checked your site and the default font is the same.
Best regards,
John TorvikApril 7, 2017 at 3:52 pm #774044Big thanks John, can i have a last help?
how can i edit border and background color on contact form text input?
i found it on enfold.css but seems enfold change dynamic everytime it loads
#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: #ebebeb; background-color: #f8f8f8; color: #919191;
Regards
April 9, 2017 at 10:07 am #774857Hi,
Where did you add the CSS in question? Please try it in Quick CSS. Also, you haven’t closed the statement properly:
#top .main_color select { border-color: #ebebeb; background-color: #f8f8f8; color: #919191; }
The ending bracket was missing in your code. If it doesn’t apply then try adding !important before the ending semicolon.
Best regards,
RikardApril 9, 2017 at 5:05 pm #775027via ftp. lol btw.. i tried your code and didnt worked but i toke as example to find out how to change..
#top .main_color input[type=’text’]
huge thanks. you can close this thread already..
April 9, 2017 at 5:45 pm #775041Hi,
We are glad you were able to get your issues corrected. If you need addtional help, please contact us here on the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.