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.

Panel Button CSS

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

Hi

Have put a SCWidget login module into the drop down panel on the site, but there is css distorting the look of the buttons, I can't seem to find it.

Any ideas?

Thanks

OrangeReel.co
  • kyteasdale's Avatar
  • kyteasdale
  • 12 Month basic
  • 43 posts
  • Karma: 0
Last Edit: 9 years 6 months ago by kyteasdale.
The administrator has disabled public write access.
Have a link for the site?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Its the one above - orangereel.co
  • kyteasdale's Avatar
  • kyteasdale
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
sorry I missed that - you have quite a few css conflicts so you will need to override

#panel button {
font-size: 4em;
height: 40px;
background: none;
opacity: 1;
color: #333;
}

.btn {color: #fff !important;}

That will get you started

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ah ok. Saw the conflicts but can't trace them. The same module elsewhere loads fine with the standard Template btn, but in panel this other stuff pops up.

I'll go through and apply an override to everything I find tomorrow. Thanks for your help
  • kyteasdale's Avatar
  • kyteasdale
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
There are more settings but this will get most - I'd make the styling more but making sure to include

#panel1 .module-inner

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