Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123762
    Cezary
    Participant

    Hello, I would like to use the Featured Grid Content to not have the LoadMore bar … I would like the pages (12) to be visible without opening the bookmark. When I delete the LoadMore in the css editor, it does not show me the rest of the pages in Grid Content. Where can I find (probably php) the ability to show the rest of the pages in Grid?

    #123765
    tikaram
    Keymaster

    @wladcywody : Go to Appearance => Customize => Additional css and add the following css

    #featured-grid-content .row {
    	display: block !important;
    }
    #loadMore {
    	display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Grid Content’ is closed to new replies.