How to customize "Load more" button in the grid?

Support Forums for LiveMesh Themes & Plugins Forums Elementor Addons Support How to customize "Load more" button in the grid?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28708
    Danyel Andre
    Participant

    I can’t find any option where I can set the button colour and the text. The button is always red background with white text and I want to translate the text from “Load more” to german.

    How to do that?

    #28713
    Raghavendra
    Moderator

    While we provide extensive customizations of the portfolio grid, looks like we left out the customization of the load more button. You can use the following custom CSS to customize the button –

    .lae-block .lae-load-more {
        background-color: #6969ce;
        color: #dddde6;
        border: none;
    }
    .lae-block .lae-load-more:hover {
        background-color: #a08686;
        color: #fff;
    }

    For translation, pls use POEdit tool as explained here – https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Elementor Addons Support’ is closed to new topics and replies.