Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877053

    oisink
    Participant

    Hi – I wanted to understand can i do the following :-

    1. Reduce the space between my post summary and “read more” button
    2. If that is not possible could i have “read more” text show after the summary text instead of the button

    Thanks !

    #877056

    oisink
    Participant
    This reply has been marked as private.
    #877576

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-content.excerpt p {
        margin-bottom: 10px !important;
    }
    
    .entry-content.excerpt br {
        display: none;
    }

    Thanks.