Hello Mehtaz,
I'm going to give you an URL to my sandbox site.
For this question I wish to focus on the Hamburger and X on the off-canvas/slide out menu.
The CSS info you gave me changed the Hamburger to black. Which works very well on the plane white landing page (with the horse head). However, it also turns the 'X' black which cannot be seen well against the dark menu color.
I do not understand how to resolve that. Can you step me through were to put the proper info?
This is the Custom CSS which I currently have on this sandbox. I'm fairly certain you can already obtain that info via an 'inspect' command. Nevertheless, I placed it below.
Blessings,
Rob
.offcanvas-menu .offcanvas-inner a {
color: #fff !important;
}
.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active{
color: ffa800 !important;
}
.burger-icon>span{
background-color: #000 !important;
}