Category icon sizes & link categories

Hi there.

I was looking for guidance on how to change the icon sizes of the categories when categories & latest topics is selected as the category view. I’d like them to be approx. 50% of what they are now. For example:
image

I am also wondering if it is possible to have redirect categories so that I may redirect users who click a category to the website homepage. Is this still applicable? Redirect Category to External URL

Thank you!

3 Likes

For the css part of your post

I used this on a forum I worked on:

.category-logo.aspect-image {
    max-width: 80px;
}

Change the number until you’re satisfied with the resize

5 Likes

Thanks so much! That’s perfect.

2 Likes