Remove box around Menu links (a:hover)

  • Author
    Posts
  • #137836

    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

    #137852

    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

Viewing 2 posts - 1 through 2 (of 2 total)

You need to log in to reply to this topic.