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.

.hide { display: none !important; }

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

When you put
.hide {
    display: none !important;
}

in your buildr/css/theme.kiwi.css there is no way I can use jQuery show() (unless I specifically add css(display:block !important) which is kinda redundant) to show that element. Is there a reason why you would use !important?
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
Last Edit: 7 years 7 months ago by ubunti.
The administrator has disabled public write access.
hmm tricky one to answer

Using !important is less than ideal but I'm not sure if I will be able to pin the reason down

I suspect its because of another element using !important perhaps in zentools

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