Viewing 3 replies - 1 through 3 (of 3 total)
  • The links don’t work because the overlay effect div is being displayed on top of the menu instead of below it.

    The quickest fix is to hide the overlay with CSS:

    
    .overlay-effect { display:none; }
    

    The most thorough fix would be to move the HTML for the mobile menu inside the overlay div or next to it, then set z-index in CSS appropriately.

    Thread Starter jeanapple2010

    (@jeanapple2010)

    Where would I include this code? In what part of CSS

    Where would I include this code? In what part of CSS

    APPEARANCE => CUSTOMIZE => ADDITIONAL CSS

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links Don’t Work’ is closed to new replies.