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.

change opacity in dropdown panel

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

hi...

Can someone point me in the right direction to change the opacity in the drop down panel on ZenGrid please?

I want to make it less transparent - but its not in the CSS - it seems to be an inline style somewhere.

thanks!
  • navtomorrow's Avatar
  • navtomorrow
  • LIfetime Developer - Big Bamboo
  • 54 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

Here is the code that deals with the hidden panel on the Zen Grid template (nov 09):
/* Hidden Panel Styling */
#toppanel a#open {background: #222;color: #fff;padding: 8px 10px}
#toppanel a#open:hover {color: #333;}
.overlay div.close{background:url(images/panelClose.png) no-repeat}
#panelInner {border: 4px solid #eee}

You can set the #panelInner dv to have whatever background you like.

Cheers 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