How can I change the Load More button style?

Posted in: Newspaper
Post count: 13

How can I change the font size and color of the “Load More” button without using css?

Post count: 23312

Hello isd,

If you want to change the Load More button you will have to use some CSS code because our theme does not have any predefined styles for this button, sorry! Notice that anything else you want to change regarding on style you have to use some CSS code. You should make your custom CSS and for this, I suggest you reading our useful tutorial here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Post count: 13

Hi Catalin, no problem. I can use the CSS.

Any chance you can provide the CSS for the Load More button?

I am new to the Theme and yesterday I spent hours looking for CSS in the inspector tool.
The results are encouraging though. I was able to complete the website in one day and it’s both good looking and fast. You did a great job with this theme (said the guy who tested 100+ themes on Themeforest)

Post count: 22421

Hello,

That’s really something if you tested over 100 themes 🙂 We are glad to see happy customers.
As for the css, use this one and change the font size and color to your preferred one:
.td_ajax_load_more{
font-size:20px;
color:red!important;
background-color:yellow;
}

The hover color is grabbed from the theme accent color though.

Thanks.

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