Topic: How to remove dot from blogroll?

Hi i try remove dot with one is placed before links in blogroll. The question is can i do it this in arras theme? Or must be chenge widets.php?

Thumbs up

Re: How to remove dot from blogroll?

The style is used for many other things as well. If you remove it you will lose all bullet lists. Are you okay with that?

Re: How to remove dot from blogroll?

So its any chance to hide? For eg: using transparent?

Thumbs up

Re: How to remove dot from blogroll?

Please provide a link to your site.

Re: How to remove dot from blogroll?

I try make partners section in the footer and using blogroll for this.

http://nooblandia.com

Thumbs up

Re: How to remove dot from blogroll?

Put the following into your user.css file.

.widgetcontainer ul, .widgetcontainer .xoxo, .widgetcontainer ol {
  list-style: none outside none;
  margin: 0 0 0 15px;
  padding: 0;
}

Re: How to remove dot from blogroll?

Hell yes big_smile

Thanks a lot master wink karma sended tongue

Thumbs up