maszd Well-known member May 15, 2016 #1 Hi, how can do that? i have try with put this code on extra.css Code: .Menu .menuHeader { display:none; } but with that also remove avatar from username tab thank you.
Hi, how can do that? i have try with put this code on extra.css Code: .Menu .menuHeader { display:none; } but with that also remove avatar from username tab thank you.
Russ Well-known member May 15, 2016 #2 You need to more specific on the CSS: Code: #ConversationsMenu .menuHeader, #AlertsMenu .menuHeader { display: none; } Upvote 0 Downvote
You need to more specific on the CSS: Code: #ConversationsMenu .menuHeader, #AlertsMenu .menuHeader { display: none; }
maszd Well-known member May 15, 2016 #3 Russ said: You need to more specific on the CSS: Code: #ConversationsMenu .menuHeader, #AlertsMenu .menuHeader { display: none; } Click to expand... thank you @Russ working perfect as expected Upvote 0 Downvote
Russ said: You need to more specific on the CSS: Code: #ConversationsMenu .menuHeader, #AlertsMenu .menuHeader { display: none; } Click to expand... thank you @Russ working perfect as expected