Keyword

CSS list-style:none;

  • Jonathan
  • Jonathan's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 months ago #98215 by Jonathan
CSS list-style:none; was created by Jonathan
Hi ,

 

I have a template css which is setting all the globals (if you like) font sizes, ul, li etc

 

This is overiding the .ul and .li in my articles.

I have opened up K2.css and changed all .ul .li to important etc but no avail. 

 

div.itemSocialLinksBlock ul.itemSocialLinks {

list-style:none !important;

list-style-image:none !important;

list-style-type:none !important;

padding:0;

margin:0;

float:left;

list-style-image: url(none);

}

 

The above is not working and the template.css is still over riding k2.css and placing bullet image for k2 which I do not need. I can delete the .ul .li from template.css but I need them for other articles and pages. 

 

 

 

kindly

Jonathan

 

 

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
13 years 2 months ago #98216 by Yiota
Replied by Yiota on topic CSS list-style:none;
Locate the general ul li statements in K2.css to override. For example, .k2ItemsBlock ul, .k2ItemsBlock ul li.even, .k2ItemsBlock ul li.odd and so on.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum