ozm8ey Member Oct 3, 2019 #1 How do I disable user banners on member profiles? Its just when I use a custom user banner and then click on their name, it then looks like this:
How do I disable user banners on member profiles? Its just when I use a custom user banner and then click on their name, it then looks like this:
BassMan Well-known member Oct 3, 2019 #2 You want to completely disable all banners on member profile? Upvote 0 Downvote
ozm8ey Member Oct 3, 2019 #3 BassMan said: You want to completely disable all banners on member profile? Click to expand... Yeah, unless there is a way to fix the issue? Upvote 0 Downvote
BassMan said: You want to completely disable all banners on member profile? Click to expand... Yeah, unless there is a way to fix the issue?
BassMan Well-known member Oct 3, 2019 #4 Add this to your extra.less template: Less: [data-template="member_view"] .userBanner { display: none; } Upvote 0 Downvote
Add this to your extra.less template: Less: [data-template="member_view"] .userBanner { display: none; }