BuddyBoss Home – Web Support Forums Themes Boss. theme custom css for dynamic activity id li

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

    #50358
    @surfbuddy

    Hi all, how can I add custom css for the li in the attached example? It has a dynamic activity id. Thanks

    Answers

    #50421

    Anonymous
    @

    You can add for all activities only, else to a specific one
    Regards

    #50428
    @surfbuddy

    Yep. That’s what I want to do (for all activities). But how for this specific div?

    #50474

    Anonymous
    @

    Hi @surfbuddy
    you can use following class

    
    #buddypress #activity-stream>li {
      
    }
    

    Regards

    #50477

    Anonymous
    @

    Hi @surfbuddy, you can use this ids for your custom css with ‘!important’

    
    #buddypress #activity-stream li {
        margin: 0 !impotant;
    }
    

    For example, I have used margin with ‘!important’ same as you can use your properties there.

    Regards
    Pallavi

    #50641
    @surfbuddy

    Thank you 🙂

    #50689

    Anonymous
    @

    I will close this thread , Please create a new for any further queries
    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘custom css for dynamic activity id li’ is closed to new replies.