Home › Forums › CSS › override external css one place › Re: override external css one place
May 30, 2010 at 3:32 am
#76735
Participant
You should be able to place and !important on it and it’ll override whatever the default is.
Code:
a.Deactiv_Productmenu {
background-image: url(‘/design/bg.gif’)!important;
color: #343E4C!important;
}
background-image: url(‘/design/bg.gif’)!important;
color: #343E4C!important;
}