Home Forums WoodMart support forum Load More button

Load More button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #480739

    WoodyP
    Participant

    Hello,
    I’m trying to customize the “Load More” button on product category pages.
    I went into theme settings > buttons > Advanced button styles.

    But I can’t find the “Load More” button of the archive pages.
    How can I locate it?
    Maybe I need to put the button class here? if yes, how do I insert it here?

    I’ve already looked at the documentation but it doesn’t mention it.
    Thank you

    #480903

    Hello,

    Please tell me what you want to customize.
    Here is the class of buttons on our test site.

    span.load-more-label

    For example if you want to add background color try this css.

    span.load-more-label  {
    	background-color: red !important;
    }

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

    Best Regards.

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