How can i hide the "Invited by" text in the users summary?

How can i hide the “Invited by” text in the user’s summary?

Try this

 .invited-by {
        display:none !important;
    }

It didn’t work :frowning:

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.

in the users summary

/u/username/summary

image

If I add

.invited-by {
    display: none !important;
}

It becomes

image

i think it’s my bad, give me one sec