I currently am using a custom LI style to present images of youtube clips. The style seems to be working as intended. The issue is that SharePoint is also applying a bullet on the side of each image in the list. I presume there is a style I need to override. How would I go about overriding this so I only see my intended style.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I'm assuming you have an UL/OL tag with a custom CSS class. If you do something like this, it should kill the bullets:
|
|||
|
|
See this http://css-tricks.com/2708-override-inline-styles-with-css/ Use this "!important;" Hope that helps Patrick |
|||||||||
|