Lenin Active member Jun 9, 2020 #1 good afternoon everyone, I have a query I am modifying a style that I have, it is xf 1.1.2. I am updating it to xf 2.1.10, I have the problem of the white border in the navigation bar when hovering, how do I remove that detail? thanks for help me..!!
good afternoon everyone, I have a query I am modifying a style that I have, it is xf 1.1.2. I am updating it to xf 2.1.10, I have the problem of the white border in the navigation bar when hovering, how do I remove that detail? thanks for help me..!!
l3ta Well-known member Jun 9, 2020 #2 Try this in extra.less: .p-navEl-link:hover{border: none;} Upvote 0 Downvote
Lenin Active member Jun 9, 2020 #3 l3ta said: Try this in extra.less: .p-navEl-link:hover{border: none;} Click to expand... put the code in extra.less but the border still appears Upvote 0 Downvote
l3ta said: Try this in extra.less: .p-navEl-link:hover{border: none;} Click to expand... put the code in extra.less but the border still appears
l3ta Well-known member Jun 9, 2020 #4 Try this: .p-navEl-link:hover{border: none!important;} If it doesn't work, then please provide a link to the site. Cheers. Upvote 0 Downvote
Try this: .p-navEl-link:hover{border: none!important;} If it doesn't work, then please provide a link to the site. Cheers.
Lenin Active member Jun 11, 2020 #5 l3ta said: Try this: .p-navEl-link:hover{border: none!important;} If it doesn't work, then please provide a link to the site. Cheers. Click to expand... thanks a lot, it worked !!! Upvote 0 Downvote
l3ta said: Try this: .p-navEl-link:hover{border: none!important;} If it doesn't work, then please provide a link to the site. Cheers. Click to expand... thanks a lot, it worked !!!