Home › Forums › CSS › Need help with a quick styling issue. › Re: Need help with a quick styling issue.
September 24, 2012 at 1:59 pm
#110689
Participant
I would probably just use firebug or something to inspect each element to see what classes they are using, then add those classes to your stylesheet. You may need to use !important to overwrite the styles though since they use styles from a css sheet you don’t have access too. There may be a better way out there, but I’m not sure of one.