Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1217928
    andreschuler
    Participant

    Hi
    After an update on: http://www.annaclaudia-schmidli.ch/, the current border of tne navi becomes a thick border: #A23EF9. I tried to remove it with my childtheme css, but but without success.
    Can you give me a hint?

    #1217944
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-navbar {
        border-bottom: 2px solid #a23ef9 !important;
    }
    

    Hope that helps.

    #1217955
    andreschuler
    Participant

    Hi
    Sorry, I meant the whole violet border around it.
    see Attachment!

    #1217976
    Thai
    Moderator

    Hi There,

    Try adding the following CSS under Customizer > Custom > Edit Global CSS:

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

    Hope it helps.

    #1218088
    andreschuler
    Participant

    it helped.
    thanx

    #1218101
    Thai
    Moderator

    If you need anything else please let us know.

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