Keyword

Removing Bulleted "latest-news"

  • Sean Goresht
  • Sean Goresht's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #57996 by Sean Goresht
Removing Bulleted "latest-news" was created by Sean Goresht
I have designed a website using K2, and I would like to know how I would go about removing the bulleted appearence of the latest K2 items (see here ). Which part of the CSS is making this happen?

Thanks.

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

More
12 years 11 months ago #57997 by troponin
Replied by troponin on topic Re: Removing Bulleted "latest-news"
In your K2.css search for div.k2ItemsBlock ul li {}

and insert list-style:none outside none;
Log in  or Create an account to join the conversation.

  • Sean Goresht
  • Sean Goresht's Avatar Topic Author
  • Offline
  • New Member
More
12 years 10 months ago #57998 by Sean Goresht
Replied by Sean Goresht on topic Re: Removing Bulleted "latest-news"

Thorsten Renz wrote: In your K2.css search for div.k2ItemsBlock ul li {}

and insert list-style:none outside none;

Log in  or Create an account to join the conversation.