SharePoint Designers

All about Branding & Customizations in SharePoint

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

Views: 157

Reply to This

Replies to This Discussion

Try "!important" technique at the end of the css property to override the default core style

 

Example:

UL LI {width:100% !important;}

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 

Reply to Discussion

RSS

Events

© 2013   Created by Christian Ståhl.

Badges  |  Report an Issue  |  Terms of Service