[VQMod] Remove Language & Currency Boxes
Posted: Sat Feb 12, 2011 9:57 am
This mod will remove the language & currency selection drop down boxes from the header.
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Code: Select all
/catalog/view/theme/YOURTHEME/stylesheet/stylesheet.css
Code: Select all
#header .div7 {
float: right;
padding-top: 2px;
}
Code: Select all
#header .div7 {
display: none;
}