-
Author
-
April 16, 2017 at 11:00 #158606
Laurent_C
ParticipantGood morning
How can I do to hide rt media updates from the profil menu via css or else ?
I give you a screen copy to make you see
Thank you
April 17, 2017 at 18:39 #158679Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 18, 2017 at 20:52 #158857Radu
ModeratorHi,
Use this css
COPY CODE.bp-user #buddypress div.item-list-tabs ul li.last select option[value=rtmedia_update] { display: none; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 18, 2017 at 21:13 #158861Laurent_C
ParticipantThank you
I put it in child theme style.css : doesn’t work
I put it after in quick Css in theme options : doesn’tt workWhat must I do ?
Thank you
April 19, 2017 at 20:59 #158984Radu
ModeratorTry again with this one in quick css area
COPY CODE#buddypress div.item-list-tabs ul li.last select option[value=rtmedia_update] { display: none !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 19, 2017 at 23:48 #158997Laurent_C
ParticipantHello,
I try this in quick css, it dosent work yet rt media updates still in menu ….
Is this code works for you ?April 21, 2017 at 17:41 #159258Radu
Moderatoryes,
Wired… try with this one
COPY CODE#buddypress select option[value=rtmedia_update] { display: none !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘General questions’ is closed to new topics and replies.