Highliter Override.css Igmored , Help

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Feb 28, 2013 8:47 pm
Hello i need to override highliter code with this >

#gkHighlighterGK4-gkHighlight_132 .gkHighlighterInterface {
background-color: #000000;
border-radius: 34px 0 34px 0;
}
.gkHighlighterInterface {
float: left;
height: 12px;
margin: 0 9px 0 0;
padding: 0 7px;
width: auto;
}



It looks like its ignoting overide.css . when i enter it to override.css nothing changes . please help >
http://gyazo.com/e6fa654647405d58760c8656028c9a42
User avatar
Senior Boarder

GK User
Thu Feb 28, 2013 10:51 pm
Hi, try to use : "!important" read about it here --> http://webdesign.about.com/od/css/f/blcssfaqimportn.htm

second, remember that important is the order of loading css files, so add your styles on the last file, not first!
User avatar
Platinum Boarder

GK User
Thu Feb 28, 2013 11:16 pm
Iam i doing it correct ?


#gkHighlighterGK4-gkHighlight_132 .gkHighlighterInterface {
background-color: #000000;
border-radius: 34px 0 34px 0; !important
}
User avatar
Senior Boarder

GK User
Fri Mar 01, 2013 5:28 am
For some reason using !important , not solved it , its not overriding
User avatar
Senior Boarder

GK User
Fri Mar 01, 2013 7:23 pm
Hi, :( why you didn't read me post carrefully ? I send you a link how to use it. Ok, copy and pastle:

Code: Select all
#gkHighlighterGK4-gkHighlight_132 .gkHighlighterInterface {
background-color: #000 !important;
border-radius: 34px 0 34px 0 !important;
}
User avatar
Platinum Boarder

GK User
Fri Mar 01, 2013 8:22 pm
I rad it , i did the same. Sorry i must missed something .
User avatar
Senior Boarder

GK User
Fri Mar 01, 2013 11:59 pm
solved . thanks allot
User avatar
Senior Boarder


cron