Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #417745

    Hi,
    I’m using the ‘Blog Post’ Content Element with the ‘Excerpt with Read more link” which is all working great, however I would like to have the Read More to appear immediately after and inline with the excerpt, rather than on a new line. Could you point me in the direction of the code I need to change.

    e.g. “Excerpt text, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Read more.”

    I’d also like to change “Read more” to “Read full press release”, could you show me where that is.

    I’d like to apply both changes to my child theme. I’m using V 3.1.2

    Thanks

    #418984

    Hi Tim!

    Use the following:

    .template-blog .read-more-link {
        display: inline;
        float: none;
    }
    
    .template-blog .entry-content > p {
        display: inline;
        border: 0;
    }
    
    .template-blog .entry-content {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F8F8F8
    }

    Cheers!
    Josue

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