angGG Posted October 22, 2012 Share Posted October 22, 2012 Hello guys, I just started "playing" with this awesome program PrestaShop trying to help my folks in order to make a website and i was wondering how can i increase the font in this menu ? ( it s the front top menu ) i d like to make it bigger it looks like 8 px and i would love it to be like 12-14 px. Also i would love to edit that cart to make one of my own desgined ones And the last but not the least i would really really love to remove the part of the footer Cheers, ang Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2012 Share Posted October 22, 2012 Hello guys, I just started "playing" with this awesome program PrestaShop trying to help my folks in order to make a website and i was wondering how can i increase the font in this menu ? ( it s the front top menu ) i d like to make it bigger it looks like 8 px and i would love it to be like 12-14 px. Cheers, ang you must edit global.css file and change some parameters: .sf-menu li { font-size: 24px; float: left; position: relative; background: transparent url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0; } for other question: you must edit both yout template files (tpl) and css for it Link to comment Share on other sites More sharing options...
angGG Posted October 22, 2012 Author Share Posted October 22, 2012 what template file (tpl ) should i edit and where can i find them ? also cheers for the help Link to comment Share on other sites More sharing options...
angGG Posted November 9, 2012 Author Share Posted November 9, 2012 still need to sort the footer please help Link to comment Share on other sites More sharing options...
yaniv14 Posted November 9, 2012 Share Posted November 9, 2012 1) For the footer part you need to disable or uninstall block reinsurance from back office modules/modules 2) To modify the shopping cart you need to edit blockuserinfo (css and/or tpl) located at modules/blockuserinfo 3) The menu bar is located at modules/blocktopmenu (css file is superfish-modified in css folder) Good luck Link to comment Share on other sites More sharing options...
angGG Posted November 10, 2012 Author Share Posted November 10, 2012 cheers dude have a nice week Link to comment Share on other sites More sharing options...
Recommended Posts