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
Hi Fiachra!
Please add following code to Quick CSS as well
.mega_menu_title {
pointer-events: none;
}
Cheers!
Yigit
nice one Yigit that worked