We're merging with GenerateBlocks! Learn more here.

[Resolved] Make load more button stand out more

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Make load more button stand out more

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #872
    Michael
    Participant

    Do you have some idea how I can improve the Load More button? I’d like it to be in the center and much more visible?

    #873
    Tom
    Keymaster

    Do-able with some CSS.

    Try this:

    .wpsp-load-more {
        text-align: center;
    }
    .wpsp-load-more a.wp-show-posts-read-more {
        font-size: 25px;
    }
    #874
    Michael
    Participant

    Perfect, thank you!

    #875
    Tom
    Keymaster

    No problem! 🙂

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