Jump to content

Change the CAPS LOCK letters from top horizontal menu in non Caps Lock


BARRIER

Recommended Posts

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 by nutxlago (see edit history)
  • Like 2
Link to comment
Share on other sites

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 by nutxlago (see edit history)
  • Like 1
Link to comment
Share on other sites

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 by nutxlago (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...