Blog post – previous, next and share

  • Posted in : Photographer
  • Matheus Britto
    Participant

    Hey guys.

    Congratulations for this incredible template. Simple, clean and easy to use. But I need some help with a few questions… simple questions to be honest.

    1. In the blog post, it’s a little annoying not have the “previous post” and “next post” below each page and have to go back to main blog to see another post. How can I solve this? I believe it’s simple, right?

    2. In the “share this post”, I tried a lot of different colors and… nothing. The default colors still the same (heavy dark grey). How to solve it?

    Thanks guys.

    ahmetsali
    Keymaster

    Hi,

    1. Actually there is navigation in blog single posts, but it is hidden, you can use this custom css code to make it visible;

    .single-post .nav-single {
        display: block;
    }
    

    2-) try this custom css code;

    .share-links a:nth-child(4) {
        color: #3b5998;
    }
    .share-links a:nth-child(3) {
        color: #55acee;
    }
    .share-links a:nth-child(2) {
        color: #dd4b39;
    }
    .share-links a:hover {
        color: #fff;
    }
    
    Matheus Britto
    Participant

    Ahmetsali,

    Now I see that I not make myself clear enough in my question. What I need is chance the “hover” color (heavy dark gray) in the “share this post”.

    The first question worked fine here. Thanks man.

    BTW, where/how can I change the font size for the previous/nest post (question 1) and the space between this and share this post?

    vinyets
    Participant

    I’m interested in the last question of Matheus.

    ahmetsali
    Keymaster

    @Matheus Britto

    – i see, try this custom css code;

    .share-links a:hover {
        background: #09c;
    }
    

    – for post navigation styles, try this one;

    .nav-single {
        padding: 1em 0;
    }
    .nav-single a {
        font-size: 18px;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register