Hi,
Yes, this is possible if you are using a header from cloud. You can edit the header and click on menu -> http://prntscr.com/pn0lg5 -> http://prntscr.com/pn0m0j -> http://prntscr.com/pn0mgk -> https://forum.tagdiv.com/mega-menu/
Thank you!
Sorry maybe I haven’t used the right words.
Yes my header is from cloud, I let you check, we have only 3 options “hover effect” for the mega menu module, and I want only move up effect without shadow.. is it possible with css ?
Thank you
-
This reply was modified 6 years by
gumball44.
Hi,
In order to remove the shadow and keep the move up animation, you can use this custom css
.td-h-effect-up-shadow .entry-thumb
{
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
}
The code need to be set in theme panel > Custom code> Custom css
Thank you!
