I am not an administrator on my company's web design such that I could edit the style sheet, but I do have custody over content.
I am trying to put a list into the slideshow blurb content, but I am having trouble overriding the style sheet.
My code looks as follows:
<ul>
<div style="color: rgb(213, 213, 231);">
<ul>
<li>O2 Online Banking</li>
</ul>
</div>
<li>Mobile Banking</li>
<li>eStatements</li>
<li>BillPay</li>
</ul>
The red "ul" codes were added automatically by the system after I put in the div style code. But anyway, as it stands, only the words "O2 Online Banking" are the right color in my first bullet. That's it. I want all of the BULLETS and the WORDS to be rgb 213, 213, 213. What code can I put in there to override the style sheet?