BuddyBoss Home – Web Support Forums Solutions Social MarketPlace View Button on other people's buddypress profiles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #62624
    @stashfellas

    Hello,

    Is there a way to remove the ‘view’ button on buddypress profiles when you are already viewing the profile tab?

    Thanks,

    Jay

    Answers

    #63283

    Anonymous
    @

    Hi,

    We apologize for the delayed response, If you are taking about this one http://screencast.com/t/LFyo6Z6f, you can hide it with CSS:

    
    #public-personal-li.current {
    display: none;
    }
    

    Thanks again for your patience. 

    #63990
    @stashfellas

    Hi @Zarko,

    I put this CSS in ‘custom codes’ within the OneSocial Theme settings but it is not working, any ideas?

    Kind regards,

    Jay

    #64241

    Anonymous
    @

    Hi @stashfellas, Please try this:

    
    #buddypress div#subnav.item-list-tabs ul li.current a, #buddypress div#subnav.item-list-tabs ul li.selected a, #buddypress div:not(#item-nav)>.item-list-tabs ul li.current a, #buddypress div:not(#item-nav)>.item-list-tabs ul li.selected a  {
        display: none !important;
    }
    

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘View Button on other people's buddypress profiles’ is closed to new replies.