Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
kar3n2 Posted August 1, 2015 Posted August 1, 2015 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
denis faucher Posted August 1, 2015 Posted August 1, 2015 If you are uploading your own icons, you'll have to make them round with a transparent background because the document is square.
denis faucher Posted August 1, 2015 Posted August 1, 2015 Or you can use css :.cForumGrid .cForumGrid_icon { background: transparent; width: 40px; height: 40px; border-radius: 50%;} change width and height as you please
kar3n2 Posted August 1, 2015 Author Posted August 1, 2015 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.