Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Zen default : edit the font and top margin for the main menu (navigation)

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello from Paris,

It's Setfan.

I am using Zen default with Zengrid framework and K2.

Here is the site I am just about to start (draft) :

www.ensp.partenairewebdepuis2004.fr/

I would like to know, concerning the main menu (in the navgation bar) :

1 - how I could reduce the (top) margin between the menu item (home in the example) and the bottom of the background image above it.

2 - How to change the font (mainly size, potentially color) of the menu item (home in the example)

Thank you in advance for your help,


Stefan
  • stetvilla's Avatar
  • stetvilla
  • 6 Month Developer
  • 395 posts
  • Karma: 1
The administrator has disabled public write access.
Hi Stefan,

You can control the spacing of the elements by adjusting the containerBG padding. The default is 30px top and bottom. Rather than changing the default, you can just specify a new value for those elements.

In theme.css (line 46?),change it to something like this:

.navRow .containerBG {
background:none repeat scroll 0 0 transparent;
border-bottom:1px solid #DDDDDD;
border-top:1px solid #FFFFFF;
padding:10px 0;
}

You can set the font for the navigation in the template settings.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Thank you again Seth.

It's exactly what I needed.

You can see it here : www.ensp.partenairewebdepuis2004.fr/

A bientot,

Thank you again,

Stefan
  • stetvilla's Avatar
  • stetvilla
  • 6 Month Developer
  • 395 posts
  • Karma: 1
The administrator has disabled public write access.
No problem Stefan.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers