Ajax load more styles

Posted in: Newspaper
Post count: 31

Could anyone please tell me how can you style the ajax load more button? Bigger fonts/capital letters, different colours?
Image attached in refference: https://imgur.com/a/CkA6tZ1

Post count: 22421

Hello,

You can do it with a bit of css. Here is an example:

.td_ajax_load_more{
font-size: 15px;
border: 2px solid #ff0000;
}
.td-load-more-wrap a{
color: #ff0000;
text-transform:uppercase;
}

You can add the code in the theme panel-> custom css box.

Thank you!

Post count: 31

Thank you Bogdan!Worked like a charm!

Post count: 19

How to change the text and font, for example

Need to change to a Google Font and the text to + Know More

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