Activity

  • mark replied to the question Display members list in the forum Boss. theme 8 years, 10 months ago

    I spoke a little too soon. When i add:

    .item-list li .action{display:none;}

    to the mobile sections of the custom.css it doesn’t remove the action buttons from the mobile version:

    …….

    `/*————————————————————–
    2.1 – MAXIMUM width of 720 pixels (phones landscape)
    ————————————————————–*/
    @media screen and (max-width: 720px) {
    #buddypress #members-list li{width:33%;}
    .item-list li .action{display:none;}
    /*
    .just_an_example {
    color: black;
    }
    */

    }/* don’t delete this closing bracket */

    /*————————————————————–