-
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
Attachments:
You must be logged in to view attached files.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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 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 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
The forum ‘General questions’ is closed to new topics and replies.