Okay
  Public Ticket #1129806
Read More button
Closed

Comments

  • fineprint777 started the conversation

    Hi, I'm trying to get the Read More button to appear on the 'Recent Posts' on our home page. It is working on the main posting page (I needed to apply this fix https://themenectar.ticksy.com/faq/2561) but not on the three recent posts that appear on the home page.

    Also, is it possible to increase the spacing between the picture and headline on these recent posts on the home page?

    Thanks


  •  9,006
    Tahir replied

    Hey Dan,

    That article does not refer to the Recent Posts VC Page Element and would require custom code changes . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .home .blog-recent .col .post-header h3, .blog-recent[data-style="default"] .col .post-header h3 {
        margin-top: 13px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • fineprint777 replied

    Cool, that sorted the spacing. Shame about the 'Read More' button but the picture and headline click-through hopefully are enough. Cheers.