One Blog Post Is Not Showing

Home Forums Jevelin Theme One Blog Post Is Not Showing

Home Forums Jevelin Theme One Blog Post Is Not Showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • wassim
    Participant

    Hi,

    THough I have selected to show three blog posts at this place, it only shows two:

    http://vuduadvertising.com/asia/#news

     

    Please help resolve

    Thanks

    Hi @wassim,

     

    I hope you are well today and thank you for your question.

     

    It is not displaying on your site because you have made it hidden using Yellow Pencil Editor plugin.

     

    To display it you can either remove CSS code developed Yellow Pencil Editor plugin or add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-recent-posts .blog-list .post-item:nth-child(3) .post-container {
        display: block;
    }
    

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)