BuddyBoss Home – Web Support Forums Themes BuddyBoss theme No "leave a reply" link on mobile category pages

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

    #53957
    @pintscc

    I am using category pages on my website eg. http://www.booomer.net/category/Fashion-and-Jewellery/

    I would like the “Leave a reply” “1 reply” etc. link/s to appear in the mobile theme on category pages as well. I can’t seem to find the right code to do this though. Any help would be appreciated.

    I’ve attached a couple of images with the differences between mobile and desktop versions to better explain what I mean.

    Thanks!

    Answers

    #54175
    @vapvarun

    Hi @pintscc, Please add following to custom css
    it will fix the issue

    
    @media screen and (max-width: 720px){
    footer.entry-meta {
    display: block !important;
    }
    }
    

    Regards

    #54190
    @pintscc

    Thanks. I managed to get that working without too much trouble (I had to add it to buddypress.css instead).

    #54288
    @vapvarun

    Hi @pintscc
    If you will add them to core files, these edits will be lost after plugin plugin
    https://wordpress.org/plugins/simple-custom-css/
    it will help you to add css from dashboard and it will keep css priority on the top

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘No "leave a reply" link on mobile category pages’ is closed to new replies.