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
So that we can try to best assist you, please provide the url of the site you’re working on.
http://www.boomini.eu/
i try something but not sure what code to change
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; }
Tom maybe i didnt explained right
I want to display the flags the same as u can see on images
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.