Removing 'See More' button
- The topic ‘Removing 'See More' button’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to completely remove the ‘See More’ button that rests on the home page? I have searched up and down on the internet for a solution and have only seen answers to get rid of a ‘Read More’ button on other themed pages, but not this one.
The blog I need help with is: (visible only to logged in users)
Hello! Thanks for using our theme. Please add the below to your custom CSS and the button will disappear:
.only-on-home #more-site {display: none;}
Let us know if that works!
Got it, and it worked. Thanks!