Mega Menu Background Image

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

Sign In or Register to comment.