- Code: Select all
- [i]removed[/i]
Text logo is overlapping with slogan on Joomla 1.7.
Also, i've installed S5_quick_contact in position top10, applied a module suffix " black" and used this code to override.css (overrides enabled in template menu):
- Code: Select all
- .moduletable.black .inputbox {background: transparent!important;border-color: #6e6e6e; margin-bottom: 5px;color:#fff}
Somewhy it doesn't work, what am i doing wrong?
For now i'm just using:
- Code: Select all
- .inputbox {background: transparent!important;border-color: #6e6e6e; margin-bottom: 5px;color:#fff}
Thanks

