BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Hide Post nav arrows/links

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

    #58707
    @discdemo

    Hi. I can’t seem to lose the links and arros under each blog post. I have tried this in my child theme:

    /* Hide arrows at bottom of posts. */

    .post-navigation {
    display: none;
    }

    So far, no dice.
    Also, jetpack … nothing is on for this.

    Shareaholic: no related content is enabled at all.

    Any ideas? This is crazy:-) See attached. Thx.

    Answers

    #58811
    @vapvarun

    Hi @discdemo, you can try with important tag.

    Please paste your site url to inspect proper class name.

    
    site-content nav {
        display: none !important;
    }
    

    or

    
    .post-navigation {
    display: none!important;
    }
    

    Regards
    Varun Dubey

    #58885
    @vapvarun

    Hi @discdemo
    You can use following and it will fix.

    
    site-content nav {
        display: none !important;
    }
    

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Hide Post nav arrows/links’ is closed to new replies.