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.

specific css changes

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

Easy question. If i want to make a css change to a particular module and NOT have it affect the rest of the site how would I do that?

For instance if it's a zentools module I would code:

#zentools-354 .zt-stacked-overlay
(padding: 500px 0 30px 50%)

This would only affect the module with id #354

But what if it's not a zentools module? would I write

#module-354 ....

thanks
  • nycps's Avatar
  • nycps
  • LIfetime Developer - Big Bamboo
  • 193 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi Zim,

Depends a little on the module type but for any module you could add a module class and use that instead

Most modules don't have an id added by default

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