Load More Button Size

Posted in: Newspaper
Post count: 59

Hello,

How Should i increase “Load More” Button’s size?

By default it is not well noticeable.

Thanks in advance.

Post count: 20688

Hi,

You could create CSS code to customize the button as you wish, using the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example the button size could be increased, the border color changed, the font size increased like this
https://www.screencast.com/t/m3bBbcGxL
You can modify the code as you wish, then enter it in Theme panel->Custom CSS

.td_ajax_load_more {
padding: 16px 20px;
border: 1px solid #000;
font-size: 15px;
}

It will affect all load more buttons, it can be made specific to a block if needed. Or create different styles per block.

Thanks

Post count: 59

Thank you so much

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.