[Resolved] Load More and Loading button CSS

Home Forums Support [Resolved] Load More and Loading button CSS

Home Forums Support Load More and Loading button CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #580384
    Kle

    Hi there,

    I’m customizing with css the “Load More” button (of posts) but there are a couple of things I need help with.

    I am trying to center it and can’t yet, I’ve tried tex-align and other things and so far still setas on the left side.

    And also, I customized its hover look, but I would like to modify the default background colors of the “Loading…” message as well. How can I css that?

    Thank you.

    #580428
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS should center it:

    .masonry-load-more.load-more {
        text-align: center;
    }

    This should change the loading text background:

    .masonry-load-more .button:focus {
        background-color: #000;
    }

    Let me know if this helps.

    #581295
    Kle

    They work well, thank You Leo!

    #581317
    Leo
    Staff
    Customer Support

    No problem 🙂

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