Purdze Member Dec 25, 2022 #1 I would like to hide an element to the normal member group and have it shown to admins. Is it possible to target a group with css? This is what I have tried PHP: [data-template="member-view"] { .carta-tabs { display: none; } }
I would like to hide an element to the normal member group and have it shown to admins. Is it possible to target a group with css? This is what I have tried PHP: [data-template="member-view"] { .carta-tabs { display: none; } }
Solution O O Old Nick Dec 25, 2022 You can't. You mut use conditional statements in the concerned template.
O Old Nick Well-known member Dec 25, 2022 #2 You can't. You mut use conditional statements in the concerned template. Upvote 0 Downvote Solution
Purdze Member Dec 25, 2022 #3 Nicolas FR said: You can't. You mut use conditional statements in the concerned template. Click to expand... Thanks. I did end up using ifvisitor statements on the template! Upvote 0 Downvote
Nicolas FR said: You can't. You mut use conditional statements in the concerned template. Click to expand... Thanks. I did end up using ifvisitor statements on the template!