Felipe_CN Posted September 15, 2016 Share Posted September 15, 2016 (edited) Hi, so this is weird. In the mobile version of my prestashop website, the top menu bar shows a chinese/japanese letter in the category side. Prestashop 1.6 Please help! Edited September 15, 2016 by Felipe_CN (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted September 15, 2016 Share Posted September 15, 2016 Hi seams you changed font for that simbol. You have in themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css line 55 .sf-menu > li span:after { font-family: "Corbel"; content: "\f067"; font-size: 26px; } but that is wrog font and it displays those letters. So use this instead .sf-menu > li span:after { font-family: "FontAwesome"; content: "\f067"; font-size: 26px; } Also if I may to suggest try this in same file line 44 .sf-menu > li { float: none; position: relative; border-right: none; width: 100%; } to have each category in one row. Link to comment Share on other sites More sharing options...
Felipe_CN Posted September 15, 2016 Author Share Posted September 15, 2016 Thank you! Really helped! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now