I'm looking to adjust the font size for the title section of the accordion found here
body {
font: 16px Sans-Serif;<br>
}
The challenge I'm facing is that I already have a "body" attribute in my site that overrides the code above.
Is there a way to substitute the current attribute with a different name that will control the title font size? For instance, could I use "title_size" instead of "body"?
Any assistance on this matter would be highly appreciated!
Find the JQuery Accordion here: http://jsfiddle.net/q2Gm9/