Hi how can I change megamenu background image.
I have used that code on Google Chrome it works but when I write same code Theme Options > Custom CSS&JS area it doesn't work.
My code is here,
@media only screen and (min-width: 1240px) .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
background-image: url('/wp-content/uploads/2020/08/megamenu.jpg');
background-position: bottom right;
}
Comments
.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
thanksbackground-image: url('/wp-content/uploads/2020/08/megamenu.jpg') !important;
background-position: bottom right !important;
}
ul.sub-menu.mfn-megamenu{background-color:transparent !important;}
https://prnt.sc/tv67gc