Home
Tutorials
Views
Programming
Triggers
How To..
SQLite How to by Tag:
How to override a style of a specific Joomla module?
2 ways to approach your problem: 1. Pure CSS Just increase the specifity of your selector: #Mod149 > div.moduletable-inner { box-shadow: 0px 0px 0px 0px rgba(0,0,0,.25); } 2. Using JavaScript...
Read more
SQlite Tutorials