Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278769
    Joao
    Moderator

    Hi Sandra,

    Update this code:

    .single-post input[type=”text”]:focus {
    border-bottom: 1px solid red !important;

    }

    to:

    
    .single-post input[type="text"]:focus, .single-post input[type="name"]:focus, .single-post input[type="email"]:focus. .single-post input[type="url"]:focus {
        border-bottom: 1px solid red !important;
       
    }

    Hope it helps

    Joao

    #1278922
    sandra.i
    Participant

    Hi

    No that’s not working, and now the red underline from the comments textarea has gone as well.

    #1279062
    Joao
    Moderator

    Hi Sandra,

    I have updated your code to :

    .single-post .comment-form-comment textarea:focus, .single-post .comment-form #author:focus, .single-post .comment-form #email:focus, .single-post .comment-form #url:focus {
        border-bottom: 1px solid #ff9d2a !important;
    }

    And now it works,

    Thanks

    Joao

    #1279717
    sandra.i
    Participant

    Perfect, thank you.

    #1279726
    Christopher
    Moderator

    You’re welcome.

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