Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #318792
    Wandyr
    Participant

    How can I remove the big navigation box under a portfolio site completely? Thx!

    #318806
    tikaram
    Keymaster

    @wandyr : Can you please let me know the site URL  so that I can check and provide you the required additional css.

    Regards,
    Tikaram

    #318808
    Wandyr
    Participant

    Problem is that the page will not go online before July 1st, but it’s really just about getting rid of that box ‘previous/next project’ on the bottom of each individual portfolio-site.

    #318809
    tikaram
    Keymaster

    @wandyr : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .single-jetpack-portfolio .post-navigation {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #318810
    Wandyr
    Participant

    Yes, that did the trick – thank you so much!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing the navigation box (previous/next…) for portfolio sites?’ is closed to new replies.