Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #789168

    ganico
    Participant

    Hi There,
    First of all, I really like to build my page with X.
    But I have the same Problem with the border around my menu links (and also around the buttons) and the codes from above -> Custom > CSS -> Customizer didn’t change anything.
    What can I do?

    (page: ganico.eu)

    #789882

    Jade
    Moderator

    Hi there,

    I have just checked your site and there round borders in the menu items are not there anymore. Kindly try to keep your browser cache if you are not seeing any changes.

    Hope this helps.

    #790679

    ganico
    Participant

    Hi, thank you for answering,
    the problem is still there – > If you click one link, and then hover for the next link, than you will see the border around the link. Same with buttons.

    #790815

    Paul R
    Moderator

    Hi,

    You can try adding this under Custom > CSS in the Customizer.

    
    .x-navbar .desktop .x-nav>li {
         outline:none !important;
    }
    
    a.x-btn {
         outline:none !important;
    }
    

    Hope that helps

    #791386

    ganico
    Participant

    Sorry, but nothing happens when i try this code…

    #792128

    Friech
    Moderator

    Hi There,

    Please use this code instead.

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

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

    Hope it helps, Cheers!

    #792653

    ganico
    Participant

    Yesss! Thank you so much!

    #793416

    Jade
    Moderator

    You’re most welcome.