How can i hide the “Invited by” text in the user’s summary?
إعجاب واحد (1)
Try this
.invited-by {
display:none !important;
}
إعجاب واحد (1)
It didn’t work
Where are you trying to hide it? It works on my site, but I wasn’t sure where to look. If you link to a page on your site where you want to hide it it’ll be easy to figure out.
إعجابَين (2)
in the users summary
/u/username/summary
إعجاب واحد (1)
If I add
.invited-by {
display: none !important;
}
It becomes
3 إعجابات
i think it’s my bad, give me one sec
إعجاب واحد (1)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.