Jump to content

How can I make forum icons rounded

Featured Replies

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

If you are uploading your own icons, you'll have to make them round with a transparent background because the document is square. 

button.thumb.png.3ea9e3579b7f9cab75ac0f6

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.  
  • Author

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

  • No registered users viewing this page.