visionpro Posted March 4, 2014 Share Posted March 4, 2014 Can i change the font size of the categorie blok and the horizontal top menu? Link to comment Share on other sites More sharing options...
vekia Posted March 4, 2014 Share Posted March 4, 2014 you can for top menu open superfish-modified.css file located in module directory, near line 168 you've got something like: .sf-menu a, .sf-menu a:visited { height: 34px !IE; } add there font-size param, for example: .sf-menu a, .sf-menu a:visited { height: 34px !IE; font-size:20px; } Link to comment Share on other sites More sharing options...
visionpro Posted March 5, 2014 Author Share Posted March 5, 2014 you can for top menu open superfish-modified.css file located in module directory, near line 168 you've got something like: .sf-menu a, .sf-menu a:visited { height: 34px !IE; } add there font-size param, for example: .sf-menu a, .sf-menu a:visited { height: 34px !IE; font-size:20px; } The top menu is ok now the categorie blok please Link to comment Share on other sites More sharing options...
Paulito Posted March 5, 2014 Share Posted March 5, 2014 Good morning Go to: public_html/Your Shop/themes/default/css/global.css And around line 1970 (see link below) http://screencast.com/t/EUkAhE9Ob Result http://screencast.com/t/oKVRMukAan8V Hope this helps Paul Link to comment Share on other sites More sharing options...
visionpro Posted March 5, 2014 Author Share Posted March 5, 2014 Good morning Go to: public_html/Your Shop/themes/default/css/global.css And around line 1970 (see link below) http://screencast.com/t/EUkAhE9Ob Result http://screencast.com/t/oKVRMukAan8V Hope this helps Paul Ok it works 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