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.

hidden panel

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

Hi Paul,

Want to change the color of the button that opens the hidden panel but i can not find it.
If I change it in the theme to another color it stays in the primary color.
Where do i go wrong?
And is it possible to change the location of that button?
On small screens the button disappears and only the words in it show.
Unfortunately they cover up the word MENU that i placed before the zen-bars thing.
Have a look at www.sensiz.nl to see what i mean.

Thx
Henk
  • Henk Noordam's Avatar
  • Henk Noordam
  • 6 Month Developer
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Henk,

For the colours the css relevant is

.open-panel {background: #6eb5b5;color: #fff;}

so try adding that to your custom.css file
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
For the positioning of the panel try adding something like

@media screen and (max-width: 1000px) {
{right: 60px;}
}

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