أحجام أيقونات الفئة وفئات الروابط

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 إعجابات

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 إعجابات

Thanks so much! That’s perfect.

إعجابَين (2)