Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #448347

    HI
    I’m trying to style the hover state on my mega menu title links on the page below

    I tried this:
    .mega_menu_title:hover {
    color: #dd6300!important;
    }

    did not work :(
    can you help out?
    thanks
    N

    #448396

    Hi Nancy!

    Please use following code instead

    .mega_menu_title:hover a {
      color: #dd6300!important;
    }

    Cheers!
    Yigit

    #451315

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘mega menu title hover state’ is closed to new replies.