• Resolved dima_folk

    (@dima_folk)


    Hi,

    I want to remove the Load More button in template. I have a blog widget on the FrontPage. There should be exactly 3 posts and no opportunity to load more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    You can try to use this CSS snippet and paste it to Maskitto Light Options > CSS Code:

    body.home .page-section.page-blog .btn.btn-default {
        display: none!important;
    }

    Thread Starter dima_folk

    (@dima_folk)

    Hello,
    thank you for your advice.

    I just added this code into style.css

    .container .btn {
    	visibility: hidden;
    }

    And it works =)

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

The topic ‘Disable Load More button’ is closed to new replies.