Hi all,
Having an issue with using a custom LI style in SharePoint 2010. The idea is to have a list of videos using a custom LI style. The LI style is in my custom stylesheet. The problem I am having is that I am seeing the desired styling but a bullet next to each image that I I presume is a core style used by SharePoint when using LI's. How do I override or remove from page?
Tags: 2010, SharePoint
Try "!important" technique at the end of the css property to override the default core style
Example:
UL LI {width:100% !important;}
Permalink Reply by Stefan Bauer on October 16, 2011 at 6:44pm Hi,
can you please be more specific and publish a code snippet of your style.
In general to get rid of the bullet points on list elements you need to specify:
list-style: none
kind regards
Stefan
Welcome to
SharePoint Designers
© 2013 Created by Christian Ståhl.