Viewing 2 replies - 1 through 2 (of 2 total)
  • There isn’t an option for this. But you can use CSS to remove it:

    #more-site {
       display: none;
    }

    I tried this, but it didn’t work until I added the only-on-home class. So the code looks like this. (Child theme CSS).

    .only-on-home #more-site {
       display: none;
    }

    Just thought I’d put that out there in case anyone else had that issue. Thanks for this theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"See More" Removable?’ is closed to new replies.