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.

Colors in MegaMenu not controlled by Theme Magic

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

Hi Friends,
One issue I've been trying to find in the CSS -- on my site
www.bruce-king.com/trcnew/index.php/ipad/apps/aac-apps

It's the Mega Menu -- from the page above, if you hover over the menu item iPad from the above page, the drop down shows up, and the active page name has a black background - what the Portal template came with.

I would like to change that black to the red that matches my menu now, and in addition, I'd like the border lines between the menu list to also be the red, instead of black.

And one other issue with the color thing while we are in this space:
when you hover over a menu item that has a drop down, its background goes to #fff, making my #fff menu names disappear. I'd like that color to be @secondary.

I so appreciate your advice!
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
If you want to use @secondary you will need to create some custom less styling

www.joomlabamboo.com/blog/how-to-joomla/editing-t3-templates-using-custom-less

alternatively you would need to create custom.css hard coding the colour value
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
We don't offer support for custom less but to get you started with custom.css try something along the lines of

#navwrap li.dropdown.open > .dropdown-toggle {
color: #000;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks so much for that CSS tip -- any chance you can tell me where that black back ground (active link) and black borders are in the menu drop down? I've been scouring and it's looking a bit like Greek to me.

:unsure:
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
I have to admit that I don't understand your last request
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.
Active dropdown is

#navwrap ul.nav > li ul > li.active {
background: rgba(0,0,0,0.8);
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Border is

#navwrap ul.nav > li ul > li {
border-bottom: 1px solid #232323;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Paul, you are the best! Thanks! :cheer:
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
thanks

Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers