Load More Button And Social Share

Posted in: Newspaper
Post count: 131

Hi…

How can increase the width and font side of the load more button on home page?

And how can make the bottom share button design look alike the top share button on post page?

Thanks!

Post count: 7909

Hi,

Try this custom css for Load more – http://screencast.com/t/xhRankL17t

.td_ajax_load_more {
font-size: 25px;
background-color: red;
}
.td_ajax_load_more i {
font-size: 15px;
}
.td-load-more-wrap a {
color: #222;
}
.td-load-more-wrap a:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
}

The bottom share was designed different than the top buttons and you need custom work make them look the same. First you will have to edit td_module_single.php and copy top buttons code – http://screencast.com/t/ndMiFNfVGb and replace the bottom code – http://screencast.com/t/5EIF8Oa1 and then customize it like you wish, I suggest to get someone to help you as we cannot provide custom work.

Thanks!

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