danielabc
(Daniela)
February 4, 2023, 2:15am
1
From this menu, is there a way to remove the words and leave only the icons? (like on facebook and twitter
I dont think so but you can probably do this with a theme component
danielabc
(Daniela)
February 4, 2023, 2:27am
3
Which component is it? Is it just the icons?
Canapin
(Coin-coin le Canapin)
February 4, 2023, 1:22pm
4
You can use the following CSS:
.user-activity-page .nav-pills li span {
display: none;
}
It doesn’t hide certain texts which aren’t wrapped in a <span> and usually come from theme components or plugins. Those can’t be targeted with CSS.
Yes, and we’ll update those soon so they have the same structure.