BuddyBoss Home – Web Support Forums Themes BuddyBoss theme color load more button in mobile view

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

    #58331
    @mth75

    @vapvarun, on older css imp complete “thing”. The load more button color in mobile view:

    #buddypress .activity-list li.load-more a, #buddypress .activity-list li.load-newest a
    
    background-color: #1db4da;

    doesn’t inherit the customised button color.

    Answers

    #58429
    @vapvarun

    Hi v

    You can use like

    
    background-color: #1db4da!important;
    

    !important tag is used to override active theme css
    Regards

    #58550
    @mth75

    @vapvarun thx. But you will address this small issue in a future update? Customising should take care of it.

    #58804
    @vapvarun

    Hi @mth75, I have suggested developer about it

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘color load more button in mobile view’ is closed to new replies.