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.

Zengrid - change color background in Top Menu

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

Where and how do I change the grey background color in Zengrid's Top Menu?
  • macelia's Avatar
  • macelia
  • Previous Member
  • 3 posts
  • Karma: 0
The administrator has disabled public write access.
You can change that by modifying the highlighted in the style theme.css, I assume you are using the container style;

.navRow .containerBG {
background:none repeat scroll 0 0 #EEEEEE;
border-color:#DDDDDD;
border-style:solid;
border-width:1px 0;
padding:0;
}
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
While we are changing the background color of the menu, how do we change the text color and font?

Thanks
  • Frank D's Avatar
  • Frank D
  • 12 Month Developer
  • 98 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Frank,

You do this in the theme.css file and change the body {} color rule and also change the a {} rule.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks again Anthony, I am looking to change the background color of the menu and then change the menu text color to white. Your advice appears to be on how to change the body text.
  • Frank D's Avatar
  • Frank D
  • 12 Month Developer
  • 98 posts
  • Karma: 0
The administrator has disabled public write access.
Ah right ...

There are a few ways to do that:

#nav ul or #navWrapper {} can have a background applied to it.

This rule controls the text colour:

#nav ul li a,#nav ul li span.mainlevel,#nav ul li span.sublevel {text-transform: uppercase;font-size: 1em;padding: 8px 20px;color: #333;border-right: 1px solid #ddd}

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

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

Happy Campers