Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863542

    ashwinmurali
    Participant

    Hi, I’d like to hide the border around the tab after I’ve clicked it.

    The red line on the top is fine, but the red border around the tab nav item is “horrendous”.

    Can someone help me with the styling of this please???

    #863902

    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.

    #865402

    ashwinmurali
    Participant

    Problem solved LIKE A BOSS! thanks a ton…

    #865617

    Lely
    Moderator

    You’re welcome!

    Always,
    X