• Is there anyway just to show the Load more button at the bottom of the page as it looks really odd having it at the top of the page as well?

    This hides both top and bottom button was hoping to simply hide the top div with css?

    .lmp_products_loading, .lmp_load_more_button {
    display:none}

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    In page-description element you have another set of products. They are hidden. I suppose that is for mobile?

    
    .page-description .lmp_load_more_button {
        display:none;
    }
    

    this can help

    Regards,
    Dima

Viewing 1 replies (of 1 total)
  • The topic ‘Hide top load more button’ is closed to new replies.