BARRIER Posted September 17, 2014 Share Posted September 17, 2014 How can I change letters from Top Horizontal Menu in caps lock in those without? HOME i want to be Home Link to comment Share on other sites More sharing options...
nutxlago Posted September 17, 2014 Share Posted September 17, 2014 (edited) You must edit css file. go to yourprestashop/yourtheme/css/modules/blocktopmenu/superfish_modified.css Around line 60, there look for: .sf-menu > li > a { font: 600 12px/18px "Open Sans", sans-serif; /*text-transform: uppercase;*/ color: #484848; display: block; padding: 8px 10px; border-bottom: 3px solid #515151; } Comment off that line in bold as I commented it off here. Edited September 17, 2014 by nutxlago (see edit history) 2 Link to comment Share on other sites More sharing options...
BARRIER Posted September 17, 2014 Author Share Posted September 17, 2014 i have to copy paste what did you write here ? Link to comment Share on other sites More sharing options...
nutxlago Posted September 17, 2014 Share Posted September 17, 2014 (edited) No, that is my code and it is different from yours. Just modify the line in bold text-transform: uppercase; just delete it or comment it off replacing it with /*text-transform: uppercase;*/ (enclosing it in /* */ the line will not be taken into consideration and your text will remain as you write it Edited September 17, 2014 by nutxlago (see edit history) 1 Link to comment Share on other sites More sharing options...
nutxlago Posted September 17, 2014 Share Posted September 17, 2014 Barrier, has it worked? If you feel your question was answered, please, mark this thread as solved so that others with the same question can finda solution here. Link to comment Share on other sites More sharing options...
BARRIER Posted September 17, 2014 Author Share Posted September 17, 2014 i deleted that line and not working .... ( Link to comment Share on other sites More sharing options...
nutxlago Posted September 17, 2014 Share Posted September 17, 2014 (edited) You must disable all kinds of cache for the file to be replaced. Go to BO >Advanced Parameters > Performance > disable all kinds of cache (on top and on the bottom) SAVE CHANGES Then, recharge the page. Changes should be visible now. Then, return to BO and enable cache again. Remember: you should disable cache anytime you want to apply any changes you have made to PS code. Edited September 17, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
BARRIER Posted September 17, 2014 Author Share Posted September 17, 2014 thank you !!! works ! Link to comment Share on other sites More sharing options...
nutxlago Posted September 17, 2014 Share Posted September 17, 2014 Link to comment Share on other sites More sharing options...
Recommended Posts