Home Forums WoodMart support forum How to style the blog load more button from the blog module?

How to style the blog load more button from the blog module?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #489862

    makomedigital
    Participant

    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.
    #489930

    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

    #489932

    makomedigital
    Participant

    take a look at private content.

    #490174

    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

    #490246

    makomedigital
    Participant

    thanks for the tip. Would it be possible to include the design change of the button in the module itself as a feature request?

    #490290

    Hello,

    Could you kindly provide the screen and page URL?

    Best Regards

    #490292

    makomedigital
    Participant

    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?

    #490489

    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

    #490508

    makomedigital
    Participant

    Thank you Elise.
    You can close this Topic. I edited the button via css.

    #490612

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘How to style the blog load more button from the blog module?’ is closed to new replies.