monkata Posted November 1, 2014 Share Posted November 1, 2014 (edited) Hello, I start to build a new prestashop now. I don't know how to change the size of the category name. Please see the links, to see what I mean. http://hygiene-market.de/de/3-spendersysteme http://hygiene-market.de/de/12-toilettenpapier Ivan Edited November 1, 2014 by monkata (see edit history) Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 1, 2014 Share Posted November 1, 2014 In themes/your-theme/css/category.css around line 65 you should find the following code #subcategories ul li .subcategory-name { font: 600 18px/22px "Open Sans", sans-serif; color: #555454; text-transform: uppercase; } Just change font size to suit your needs Link to comment Share on other sites More sharing options...
monkata Posted November 1, 2014 Author Share Posted November 1, 2014 Thank you! Link to comment Share on other sites More sharing options...
monkata Posted November 1, 2014 Author Share Posted November 1, 2014 Hi Mickeyboy1, can you help me again! I change the size of the name in topmenu / main category / how to change the same for subcategory? Ivan Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 1, 2014 Share Posted November 1, 2014 Hiya Ivan, this should be in themes/your-theme/css/modules/blocktopmenu/css/superfish-modified.css around line 141 you should see this: .sf-menu > li > ul > li > a { text-transform: uppercase; font: 600 16px/20px "Open Sans", sans-serif; color: #333333; } Link to comment Share on other sites More sharing options...
monkata Posted November 1, 2014 Author Share Posted November 1, 2014 Great!. Thank you! Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 1, 2014 Share Posted November 1, 2014 Glad to have helped If this is solved could you edit your first post using "full editor" and add [sOLVED] to the title 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