Site logo

Archived topic

Can I customize the load more button like attached screenshot

9 replies · Started by Sachin on August 17, 2021

Viewing posts 1–10 of 10

Suggestit.in

Thanks David,

Please let me know three thing related to Load more button

01. Where to change color?
02. Boarder Radius?
03. Center in the page?

Regards,
Sachin

You can style that specific button with this CSS:

/* Center button in page */
.masonry-load-more {
    text-align: center;
}
/* Set background, color and border radius */
.masonry-load-more .button {
    background-color: #f00;
    color: #fff;
    border-radius: 8px;
}
/* Set Hover colors */
.masonry-load-more .button:hover {
    background-color: #0f0;
    color: #fff;
}

Thanks David,

Can we also add a arrow as attached screenshot earlier.

Regards,
Sachin

Not this kind of leo, you can check my first question where i have attached the style what i wanted.

This archived topic is closed to new replies.