Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1152728
    Anthony T
    Participant

    Hi,

    I have set up scroll arrows for my home page. The problem I’m having though is when an arrow is clicked, a border appears. I would like to remove this.

    To see problem, just click on an arrow and then scroll back to it.

    Please help.

    #1152729
    Anthony T
    Participant
    This reply has been marked as private.
    #1152867
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-scroll-top {
      border: none;
    }

    Hope that helps.

    #1153767
    Anthony T
    Participant
    This reply has been marked as private.
    #1153806
    Anthony T
    Participant
    This reply has been marked as private.
    #1153822
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
    }

    Hope it helps

    Joao

    #1154105
    Anthony T
    Participant

    sweet thanks!

    #1154175
    Jade
    Moderator

    You’re welcome Anthony.

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