Hi. Is there a way to nullify (prevent) a CSS style from taking affect? I've tried to add 'none' but it doesn't work. It works if I just delete the style, but that's not the best way since any update will place it back. For example I want:
Actually, let me make it a bit easier: How do I get the form input styling of the style.css into the ascend theme. I want to use the ascend theme but not it's form input style. Do I copy the everything after the style.css
Please try making the changes as you wish. Try adding a !important where it doesnt seem to work. Let us know if you cant get anything particular to work.
Hi. Is there a way to nullify (prevent) a CSS style from taking affect? I've tried to add 'none' but it doesn't work. It works if I just delete the style, but that's not the best way since any update will place it back. For example I want:
/*.container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
background-color: transparent!important;
border: 1px solid #ccc!important;
box-shadow: none!important;
-webkit-box-shadow: none!important;
font-size: 16px!important;
-o-box-shadow: none!important;
padding: 16px!important;
}*/
I want padding and font size to not run at all. Putting 'none' doesn't work. Thanks.
Actually, let me make it a bit easier: How do I get the form input styling of the style.css into the ascend theme. I want to use the ascend theme but not it's form input style. Do I copy the everything after the style.css
/*-------------------------------------------------------------------------*/
/*11.General Form Styles
/*-------------------------------------------------------------------------*/
.....
and place it in the ascend.css after
/* input styling */
.....
Thanks.
Hey!
Please try making the changes as you wish. Try adding a !important where it doesnt seem to work. Let us know if you cant get anything particular to work.
Thanks
ThemeNectar Support Team
Thanks!