Remove box around Menu links (a:hover) Forums » WordPress » Esotera » How To Author Posts March 25th, 2023 at 02:30 #137836 LauraE Hi Team CryoutCreations, I have been trying to find the css in the style sheet that will remove the box around the top menu links on Hover. I’ve tried everything in the additional CSS; access, ul li a:hover I could find in the style sheet with no success. Help! Thank you in advance! Laura Website: frenchgen.com March 25th, 2023 at 20:53 #137852 LauraE I finally found the code that put the border box around the links in the main menu. I was able to alter that code in the Additional Css. If anyone else wants to get rid of that border box that lights up when you hover over it: This is the code that is causing it: #access > div > ul > li > a > span::before { I changed the border value to: border: none !important; Laura Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Remove box around Menu links (a:hover)’ is closed to new replies.