[Resolved] Read More Button

Home Forums Support [Resolved] Read More Button

Home Forums Support Read More Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1466698
    Jatin

    Hi Guys,

    I have customized the Read More button according to the https://www.wplogout.com/customize-read-more-button-in-generatepress-theme/ site and it looks good but is there any way to at the end of the Excerpt with Same look and animation on the Read More. [Screenshot in Private Info Box]. Thanks.

    #1467185
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    .entry-summary p {
        display: inline;
    }

    Then in your a.read-more.button CSS change:

    padding: 10px; to padding: 0 10px;

    #1467658
    Jatin

    Perfect thanks David.

    #1467680
    David
    Staff
    Customer Support

    You’re welcome

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