Jump to content

How can I make forum icons rounded


kar3n2

Recommended Posts

Posted

Hi

Is it possible to have nice circular forum icons happen automatically or do I need to create my own rounded images before uploading them ( not the easiest thing to do).

Currently my forum icons are square...  and not very pretty 

Thanks if you can help

Posted

Or you can use css :

.cForumGrid .cForumGrid_icon {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

  1.  

change width and height as you please

 

  1.  

brilliant thanks a million @denis faucher      worked great   I added that code into my custom CSS

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...