Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • schmodi Friend
    #1033602
    This reply has been marked as private.
    Saguaros Moderator
    #1033971

    Hi,

    You can try opening the file:

    Look at approx line 419, you can see this declaration:

    .t3-megamenu .mega-nav > li.open a,
    .t3-megamenu .dropdown-menu .mega-nav > li.open a {
      color: #ce8b05;
      background: none;
      padding-left: 27px;
    }

    you can replace it with:

    .t3-megamenu .mega-nav > li.open > a,
    .t3-megamenu .dropdown-menu .mega-nav > li.open > a {
      color: #ce8b05;
      background: none;
      padding-left: 27px;
    }
    schmodi Friend
    #1034130

    Thank you! That worked great.

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

This topic contains 3 replies, has 2 voices, and was last updated by  schmodi 7 years, 5 months ago.

The topic ‘Mega menu highlighting entire column instead of each menu item’ is closed to new replies.