How do I change the width / height of the membership icon?
Hi all,
What is the css for membership icon on profile view?
I want to change width / height for my mix.
Regards,
Harvliet
-
- · Will Monte
- ·
Hi, maybe this will help you https://una.io/page/view-discussion?id=3792
-
Thanks Will Monte. I know about that. I know where to add custom styles but I am asking what the code is for membership icons.
-
-
·
LeonidS
- ·
Hello Harvliet Dalgety !
It is better to do via setup the new font-size in .bx-acl-m-thumbnail .sys-icon classes.
-
·
LeonidS
-
LeonidS, I have to change it in .bx-acl-m-thumbnail .sys-icon classes?
-
No, you need to add something like
.bx-acl-m-thumbnail .sys-icon {
font-size: [new size];
}
to your Studio->Your template->Styles->Custom Styles area.