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

    #50196
    @pumpido7

    Hi, I need a code to reduce the size of the highlighted boxes in mobile.
    Also code to remove same boxes entirely. Its big for my liking

    Thanks

    Answers

    #50207

    Anonymous
    @

    Hi @pumpido7, Please add this css code in your custom.css file.

    
    #mobile-item-nav ul li ::before{
    line-height:44px!important;
    }
    
    #buddypress #mobile-item-nav ul li{
    width:44px!important;
    height:44px!important;
    }
    
    #buddypress #subnav #just-me-personal-li{
    display:none!important;
    }
    

    Regards
    Pallavi

    #50356
    @pumpido7

    thanks so much

    #50414

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘font icons’ is closed to new replies.