Quote Originally Posted by firstcapitalfirearms View Post
I'm trying to figure out how to remove the payment image in the header under Services dropdown. I have tried a few different things including

.payment-icon image{display:none;}
.payment-icon{display:none;}

and neither worked.

Any help is greatly appreciated.

Thanks
Mark
www.firstcapitalfirearms.com/zencart
To remove the code entirely you will need to remove it from the includes/templates/responsive_sheffield_blue/common/tpl_mega_menu.php file. Or you could add an id to it and hide it with a display:none; in the stylesheet.

Thanks,

Anne