BuddyDev

Search

[Resolved] Shop and Profile Privacy Icons not working

  • Participant
    Level: Initiated
    Posts: 8
    Linda Anderson on #30693

    OK what email address should I use?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #30695
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #30733

    Thank you for providing me the access.

    The issue is, there is a slash missing in the css

    Please change this

    
    #buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before {
        content: 'E90D';
    }
    

    to

    
    
    #buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before {
        content: '\E90D';
    }
    
    

    Please make sure the content is

    
    '\E90D'
    

    and not

    
    
    'E90D'
    
    

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Linda Anderson on #30745

    For anyone else who might have this issue in the future, I think my issue was that I was adding the code to the BuddyBoss custom CSS under BB theme options. Once it was added to Appearnace -> Customize it worked.

    Thank you!

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #30754

    Hi Linda,
    Thank you for taking time to reply here and confirm the solution.

    I am glad we have it resolved now.

    Regards
    Brajesh

The topic ‘ [Resolved] Shop and Profile Privacy Icons not working’ is closed to new replies.

This topic is: resolved