Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1034860
    citrusstudios
    Participant

    Hi 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

    #1035175
    Prasant Rai
    Moderator

    Hello 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1036068
    citrusstudios
    Participant
    This reply has been marked as private.
    #1036325
    Joao
    Moderator

    Hi 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

    #1036574
    citrusstudios
    Participant

    Thank 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

    #1036975
    Christopher
    Moderator

    Hi 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.

    #1043819
    citrusstudios
    Participant

    that works thanks

    #1044192
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1034860 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>