Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #324901

    Hi
    I have added this css
    #top #header .mega_menu_title a {
    pointer-events: none;
    }
    to make the the column title not clickable. This worked fine on desktop mode but when in responsive mode its still a ‘blank’ link http://www.bearessentials.ie/ See online shop and brand colum title

    What css should i add to make this a non clickable link in the responsive mode?

    Thanks In advance
    F

    #324913

    Hi Fiachra!

    Please add following code to Quick CSS as well

    .mega_menu_title {
    pointer-events: none;
    }

    Cheers!
    Yigit

    #324938

    nice one Yigit that worked

    #324940

    Hey!

    Awesome! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mega menu column title clickable in responsive mobile menu’ is closed to new replies.