How to style the blog load more button from the blog module?
-
i have used elementor and the xtemos blog module to create my blog site. How can I customize the “load more posts” button that I can set in the blog module? Is it only possible with CSS?
On the photo you can see the current button. I would like to adjust the color of this button.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL we will check and suggest a solution.
If you have any questions please feel free to contact us.
Best Regards
take a look at private content.
Hello,
Yes, this button is changeable with custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-load-more {
padding: 5px 25px;
min-height: 44px;
border-color: var(--brdcolor-gray-300);
border-radius: var(--btn-default-brd-radius);
color: var(--color-gray-800);
border-width: 2px;
}
Please change the styles as per your needs, if you need help, please give the details on what and how to change.
Best Regards
thanks for the tip. Would it be possible to include the design change of the button in the module itself as a feature request?
Hello,
Could you kindly provide the screen and page URL?
Best Regards
It is still the same URL as send to you in the private content message from 20th august.
to explain my request again: i would like to have the possibility to edit the “load more posts” button in the “blog module” of xtemos. Similar to the elementor modules. Therefore my question was if it would be possible for you to add this feature to the blog module or to your feature list?
Hello,
We will consider this possibility but we cannot promise we would be able to implement it in the nearest future, for now, this button can be edited with custom CSS.
If you have any questions please feel free to contact us.
Best Regards
Thank you Elise.
You can close this Topic. I edited the button via css.
If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to style the blog load more button from the blog module?’ is closed to new replies.