Own CSS not accepted? BLock in the script?

Gamebox - especially created support forum for Joomla 1.6
GK User
Fri Mar 09, 2012 9:09 am
I want to add a big button that is positioned absolute over other content, but no matter where I put my CSS (even if I load my own stylesheet) it won't accept my code. In the page source I can see the CSS loaded, but it won't apply on my HTML. When I use inline CSS in the HTML element it does work, but with this I can't create hover states for the button.

All code has been checked thrice and no errors are made, something is jamming my own CSS.
User avatar
Fresh Boarder

GK User
Fri Mar 09, 2012 3:54 pm
Hi,

Please add your code to \templates\gk_game_magazine\css\override.css

In template setting, turn on CSS Overrride mode. And after each css code, you should add "!important" attribute so that it can override other codes such as:
Code: Select all
#mytag{
color: red !important;
}
User avatar
Platinum Boarder


cron