aegean Posted February 28, 2014 Share Posted February 28, 2014 Hello I am a prestashop noob and I have some problems with my webpage. First of all I am on prestashop 1.5.6.0 , the webpage is www.aegeanimportexport.com. Now the problems 1) Blocktopmenu uses full Capital letters, this is fine with English and French but in GREEK it uses ACCENTS on capital letters, which is wrong and looks very bad. So I want some help to either stop full capitalization on blocktopmenu, or to stop accentuation on blocktopmenu. 2)Near the footer of my page I have the manufacturers carousel. Problem is that while it extends to the full page length (i like that) it shows only 4 manufacturers at the same time, how can I change that so that it shows 8 or even 10. 3) Once I click on a product, the information tab appears, problem is I can see only one link to "our store" which module is this and how can i make it to show the links that appear under information tab in my Footer. 4) I would like the new product carousel to appear in my first page as well as to the right side of the rest of my site. Unfortunately it does not appear nomatter what. I would appreciate any help provided, thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted February 28, 2014 Share Posted February 28, 2014 1) Blocktopmenu uses full Capital letters, this is fine with English and French but in GREEK it uses ACCENTS on capital letters, which is wrong and looks very bad. you can use this css code to lowercase all capitals .sf-menu a {text-transform:lowercase!important;} 2)Near the footer of my page I have the manufacturers carousel. Problem is that while it extends to the full page length (i like that) it shows only 4 manufacturers at the same time, how can I change that so that it shows 8 or even 10. we dont know what module you use. it looks like non default solution. Link to comment Share on other sites More sharing options...
vekia Posted February 28, 2014 Share Posted February 28, 2014 a part of forum rules: 1 Topic = 1 Subject or 1 Question- If you have more than one question, open more than one new topic!- Do not ask your question on a thread that doesn’t deal with the exact same matter. Open a new thread, it’s alright to do so. Link to comment Share on other sites More sharing options...
aegean Posted February 28, 2014 Author Share Posted February 28, 2014 (edited) you can use this css code to lowercase all capitals .sf-menu a {text-transform:lowercase!important;} we dont know what module you use. it looks like non default solution. Thank you very much for your help, I will follow the rules, just if it is possible tell me where to put this css as I am a total noob . So I would like to know which file to edit and where to put this line. P.S. how can I get help for the manufacturer's carousel? Edited February 28, 2014 by aegean (see edit history) Link to comment Share on other sites More sharing options...
aegean Posted February 28, 2014 Author Share Posted February 28, 2014 (edited) I pasted this line .sf-menu a {text-transform:lowercase!important;} on my httpdocs / modules / blocktopmenu / css / superfish-modified.css file but nothing happened... Edited February 28, 2014 by aegean (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts