Change appearance of Read More button

Posted in: Newsmag
Post count: 41

I would like to change the appearance of the Read More button on my home page, but haven’t been able to work out how to do this.
Could you please give me some advice on how to do this.
Thanks a lot,
Mark

Post count: 35449

Hi,

On Newsmag theme the load more button can be customize only with custom css, here is a code if you want to try it -> https://i.imgur.com/llEgruw.png
.td-load-more-wrap .td_ajax_load_more {
border: 2px solid #111;
background-color: #ed581c;
padding: 4px 16px 0px 16px;
border-radius: 5px;
color: #fff;
}
.td-load-more-wrap .td_ajax_load_more:hover {
border: 2px solid #000;
background-color: #ed581c7d;
color: #fff!important;
}

The code need to be set in theme panel> custom code?> custom css

Hope his will help you!

Post count: 41

Hi Calin,
Thanks a lot for the reply.
I have added the code, but it doesn’t;t seem to have made any difference: https://snipboard.io/HX2isD.jpg
Do you have any other suggestions?
Thanks a lot,
Mark

Post count: 35449

Hi,

Sorry, I think that was a misunderstanding with the code that I’ve provide, please replace it with this one -> https://i.imgur.com/ZULZhFx.png
.td-read-more a {
background-color: #1e3;
color: #111;
}
.td-read-more a:hover {
background-color: ef6;
color: #fff;
}

Hope this will help you!
Thank you!

Post count: 41

Hi Calin,
Thanks a lot for the message — that has solved the problem!
Many thanks,
Mark

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.