Jump to content

[HELP] please i m new to this :D


Recommended Posts

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.

 

17rc51.jpg

 

 

Also i would love to edit that cart to make one of my own desgined ones

 

24qu8ux.jpg

 

 

And the last but not the least i would really really love to remove the part of the footer

 

drcb6h.jpg

 

 

Cheers,

 

ang

Link to comment
Share on other sites

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

  • 3 weeks later...

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

×
×
  • Create New...