Jump to content

[Solved] Can I resize the tab in the top menu?


Recommended Posts

hey

 

without an access to the website is hard to say what you have to do, you use non-default solution - so we need an access to the page.

eSurfer, Simply go and download PrestaLove Easy Menu. It's absolutely free.

are you want this solution http://awesomescreen....com/01c1gbph55

 

if so than write this css and it will solve your issue.

.sf-menu li.last{

  • background-image: none;
  • }

 

Many Thanks guys, I've solved my own issue. Actually I'm using everything in default, so it's under

[Modules] > [Top Horizontal Menu]

to configure the setting.

 

Reference for newbie like myself:

 

http://www.prestasho...ar-header-menu/

 

http://www.prestasho...s-for-instance/

Edited by eSurfer (see edit history)
Link to comment
Share on other sites

Thanks. It works but the color doesn't change to dark grey when I click on the tab.

this is due to hove background-color of you can try with this if you want to show image when hover.

 

.sf-menu li.last  ,.sf-menu li.last:hover{ 
width:126px;
padding-right:0px;
border-radius: 0px 5px 0px 0px;
-moz-border-radius: 0px 5px 0px 0px;
-webkit-border-radius: 0px 5px 0px 0px;
} 

in place of old hover code

Link to comment
Share on other sites

×
×
  • Create New...