BuddyBoss Home – Web Support Forums Solutions Social Learner Slugs and Menu Icon issues

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

    #62626
    @gaboarrow

    Hi,
    I changed the slugs for followers and following with code in the wp-config define( ‘BP_FOLLOWING_SLUG’, ‘siguiendo’ );

    But now the icons of the buddymenu changed to default because the CLASS is now bp-menu bp-siguiendo-nav
    and cant change it
    I saw the tutorial to add icons to the menu items, but looks like the ones configured by default by you, cant be changed, all the menu items under “buddypress” the CLASS is not editable.

    Is there a way to be able to edit those, so I can change slugs and customize mi site?

    Thanks a bunch

    Answers

    #62868

    Anonymous
    @

    Hi @gaboarrow, You can change it via css too..add the following css code in your theme’s custom css option..

    Change the content code with your icons..

    
    .menu-panel #header-menu>ul>li.bp-following-nav>a:before, .menu-panel #nav-menu>ul>li.bp-following-nav>a:not(.open-submenu):before {
    	content: "\f08b" !important;
    }
    .menu-panel #header-menu>ul>li.bp-followers-nav>a:before, .menu-panel #nav-menu>ul>li.bp-followers-nav>a:not(.open-submenu):before, .menu-panel #wp-admin-bar-my-account-follow>.ab-item:before {
        content: "\f097";
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Slugs and Menu Icon issues’ is closed to new replies.