Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 1, 20159 yr HiIs 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
August 1, 20159 yr If you are uploading your own icons, you'll have to make them round with a transparent background because the document is square.
August 1, 20159 yr Or you can use css :.cForumGrid .cForumGrid_icon { background: transparent; width: 40px; height: 40px; border-radius: 50%;} change width and height as you please
August 1, 20159 yr Author Or you can use css :.cForumGrid .cForumGrid_icon { background: transparent; width: 40px; height: 40px; border-radius: 50%;} change width and height as you please 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.