Post by dry_flood » Sat Feb 12, 2011 9:57 am

This mod will remove the language & currency selection drop down boxes from the header.

Attachments


New member

Posts

Joined
Tue Dec 14, 2010 4:33 am

Post by Johnathan » Sat Feb 12, 2011 12:06 pm

Note that this can also be done (probably more efficiently) using CSS:

IN:

Code: Select all

/catalog/view/theme/YOURTHEME/stylesheet/stylesheet.css
REPLACE:

Code: Select all

#header .div7 {
    float: right;
    padding-top: 2px;
} 
WITH:

Code: Select all

#header .div7 {
    display: none;
} 

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am

Who is online

Users browsing this forum: No registered users and 8 guests