Large "Load more" button

Posted in: Newspaper
Post count: 33

Hi,

Is it possible to make “Load more” button more visible or larger?

http://take.ms/dImid

Thanks!

Post count: 23312

Hello zetam1320,

If you want to change the style of the “Load more” button to be more visible, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.

.td_ajax_load_more {
font-size:15px;
background-color:red;
color:white!important;
padding: 15px 20px;
}

The result-> http://screencast.com/t/m9nIvchxEr

Please notice you should adjust these values as you wish.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 33

Catalin,

It works wonders.Just made black background.

Thanks!

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