How can I set Load More to bold and without outline?

Posted in: Newspaper
Post count: 66

Hi, on NewsMag themed website, I requested the same and you provided me with custom CSS code

.td_ajax_load_more{
font-weight: bold!important;
}

And it does the trick as we can see here http://prntscr.com/lrquxy

I tried to add same custom CSS to Newspaper theme and its still bleak and invisible http://prntscr.com/lrqv6i

Any solutions?

Post count: 20688

Hi,

That will make the font bold, like this – http://prntscr.com/lrxliu
You can add more CSS to the code if you wish to make it more visible, like font-size, or color. I will help you if that is what you want. For example
http://prntscr.com/lrxmzx

Code used

.td-load-more-wrap .td_ajax_load_more {
font-weight: bold!important;
font-size: 15px;
color: black;
}

Thanks

Post count: 66

That worked, thanks

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