flags

how to remove flags from drop down from desktop and tablet view
like this
Attachment 33572

and to keep mobile like this
Attachment 33573

5 answers

Profile photo of tomc 0.00 $tone February 4, 2014
Public

Well, one way to get the flags to not display would be the following:

Within file path --> /skin/frontend/default/jm_megamall/css/styles.css
at line 1876, add a "display: none: property to the CSS rule -- as follows:

Code:

#jm-head .has-toggle {
   display: none;
    float: right;
    height: 40px;
    line-height: 40px;
}
#3
Profile photo of Ziven Staff 100280.00 $tone February 6, 2014
Public

I see on desktop it’s working the same as per your screen short, however on mobile it’s not good.

I see that you have removed some html syntax. Please send me FTP credentials of your site, I will help to get this fixed.

#5

Please login or Register to Submit Answer

Written By

Comments