Tagged: x
-
AuthorPosts
-
June 9, 2016 at 7:36 pm #1034860
citrusstudiosParticipantHi how can I disable a CSS class within a page? I need to change the color of the border in my form, but only on certain sections of the page? For some reason, borders are showing where they not suppose to?
thanks
June 9, 2016 at 9:50 pm #1035175
Prasant RaiModeratorHello There,
Thanks for writing in!
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
June 10, 2016 at 11:11 am #1036068
citrusstudiosParticipantThis reply has been marked as private.June 10, 2016 at 2:37 pm #1036325
JoaoModeratorHi There,
If you want to remove the orange borders to none.
Simply
Add the folowing code to Appereance Customizer instead of the one you have
.wpcf7-form-control { border: none !important; border-radius: 0; }Please give us more details about what you are trying to achieve.
Thanks
Joao
June 10, 2016 at 6:24 pm #1036574
citrusstudiosParticipantThank you. But some area in our that has a border we want to take it out on that page. Is there a way to do this? Please check attached image…
thanks
June 11, 2016 at 12:50 am #1036975
ChristopherModeratorHi there,
Please find and remove this code :
.wpcf7-form-control { border: 1px solid #f89820 !important; border-radius: 0; }Add this :
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { border: 1px solid #f89820; }Hope it helps.
June 15, 2016 at 2:25 pm #1043819
citrusstudiosParticipantthat works thanks
June 15, 2016 at 7:29 pm #1044192
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1034860 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
