please how can i add a background image and customize menu drop down when clicked
Hey aklaborn,
Please provide a link to the site that you need help with.
Best regards,
Jordan Shannon
http://www.covenantlight.org is the site
Hi,
You can try adding this into quick css:
#av-burger-menu-ul {
background-image:url("")!important;
}
Just fill in your image link
Best regards,
Jordan Shannon
Hi Jordan, thanks but still not bringing out wat i want, wat i wana do exactly is like the menu to this site, http://www.creditdirect.ng i wana customize the menu just like the link.
Thanks.
Hi,
You mean the image of the lady or the gradient color?
Best regards,
Jordan Shannon
Both the image and d gradient
Hi,
I am not quite sure how you would like to display the image, your current menu structure is entirely different than the example you presented. For the gradient however, you can add the following to quick css:
#av-burger-menu-ul{
background: linear-gradient(to bottom, #ebebeb 0%,#000 100%);
}
Best regards,
Jordan Shannon