The menu on my site's mobile view does not have a navicon (mobile menu icon). What coding do I use to add it? I have the photo selected to use and uploaded in the proper file. I tried the following coding in my css file:
.home-text { width: 100%;
img src="mobile-menu-icon.png" alt=""> ;}
however, this is obviously not the right code or the right location.
You can see the layout by visiting pepperedplum.com. Thanks.