Hi,
Try changing the following in > templates > gk_bikestore > css > style1.css (Green Template Stylesheet)
Line: 227 - 230
- Code: Select all
/* mobile.css */
#gkMobileMenu {
background: transparent url('../images/style1/tablet_menu_btn.png') no-repeat 16px center;
}
Change this to:
- Code: Select all
/* mobile.css */
#gkMobileMenu {
/*background: transparent url('../images/style1/tablet_menu_btn.png') no-repeat 16px center;*/
}
Simply comment this background out and this should remove the image you are referencing above.
Also:
You may wish to do the same within style2.css & style3.css located in the same location if you are using the style selector.
style2.css = Line: 235 - 238
style3.css = Line: 227 - 230
I hope this helps.