[Resolved] Remove footer.entry-meta in posts

Home Forums Support [Resolved] Remove footer.entry-meta in posts

Home Forums Support Remove footer.entry-meta in posts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #172255
    Fernando Díaz Gascón

    Hello,

    Is there an option in the settings to remove the links to next post and previous post that appears at the end of the posts?

    I could put this CSS:

    footer.entry-meta{
    	display: none;
    }

    But I would like to know if there is already a setting to control this.

    Thanks in advance.

    #172313
    Tom
    Lead Developer
    Lead Developer

    I need to add this option to the Blog add-on.

    You can do this:

    .post-navigation {
        display: none;
    }
    #172628
    Fernando Díaz Gascón

    Great! Yeah, it will be useful in Blog addon.

    Thanks!

    #172711
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

    #280019
    Angela

    Hello,
    I am a new GP Premium user. It’s really wonderful.

    I executed the action mentioned above to remove prev/next nav at the bottom of posts, but the container where they would display remains. There’s about a 10px gap above my footer that I can’t figure out how to adjust. This issue to specific to Posts, not Pages.

    Your guidance is greatly appreciated.

    #280023
    Leo
    Staff
    Customer Support

    Hi Angela,

    The container should be removed all together if you used Tom’s code above.

    Are you able to provide a link to your site?

    #280024
    Angela

    Thank you for your quick response! The site is a mess-in-progress, but here you go:

    http://angelaingersoll.com

    Here’s link to a post page I’m working on:
    http://angelaingersoll.com/how-to-succeed-in-business-without-really-trying/

    Many thanks, Leo.

    Angela

    #280025
    Leo
    Staff
    Customer Support

    Try adding this CSS:

    .one-container .inside-article {
        padding: 0;
    }

    Let me know.

    #280026
    Angela

    BRILLIANT! That did the trick.

    Thank you, Leo.
    Angela

    #280027
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.