1. kenfwebb
  2. Commercial Templates
  3. Monday, 14 April 2014
  4.  Subscribe via email
Hi,

Could you tell me how to hide the "home" button in the main menu? I m using the Polaris template.

I would also like to know the best way to change the style of the space between menu items?

Thanks,

Ken
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your home menu item?

To increase the spacing between your top menu items try adding the following ot the Custom CSS field of your templates parameters where 10px is your new horizontal spacing...


#hornav ul > li {
margin: 0 10px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Try adding the following to the Custom CSS field of your templates parameters..


#hornav .item-101 {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That worked perfectly.

Thanks,

Ken
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!