This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #158606
     Laurent_C
    Participant

    Good 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.
    #158679
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #158857
     Radu
    Moderator

    Hi,

    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 solution
    #158861
     Laurent_C
    Participant
    This reply has been set as private.
    #158984
     Radu
    Moderator

    Try 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 solution
    #158997
     Laurent_C
    Participant

    Hello,
    I try this in quick css, it dosent work yet rt media updates still in menu ….
    Is this code works for you ?

    #159258
     Radu
    Moderator

    yes,

    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
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?