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.

Avanti - Change menu colour

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

Hi,

How do you change the background colour of the main menu (dropdowns)?

Thanks,

Percy
  • Percy's Avatar
  • Percy
  • LIfetime Developer - Big Bamboo
  • 330 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Percy,

Depends ont he template but the following css rule controls the colour there:

#nav ul li li

or #nav ul ul

But as I say it depends on the template.

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.
Hi Anthony,

Thanks.

Its the Avanti template.

Percy
  • Percy's Avatar
  • Percy
  • LIfetime Developer - Big Bamboo
  • 330 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hey Percy,

In the Avanti template the top nav actually uses and image. The styles are located in the css file
/templates/avanti/style/base/theme.css

.navRow {
background:url("../images/nav.png") repeat scroll 0 0 transparent;
height:55px;
padding:0;
}

In the same stylesheet the Body has a background colour of #010101 which gives it that black as well.

You can alter the styles there.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.

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

Happy Campers