NinonM Posted September 25, 2022 Share Posted September 25, 2022 Site URL: https://www.nimpairings.com Hello Circle members, I just purchased the Squarewebsites Lazy Summaries Plugin and cannot find a way to remove items count from the Load More button. The plugin provider website states it is possible to remove the items count by playing with this CSS snippet but I don't understand how (I am not a coder). .sqs-block-summary-v2 .loadMoreButton:after { content: "("attr(data-items-left)")";/*attr data-items-left refreshing each time you click*/ } Can anyone help me figure this out? Thanks a lot. Ninon mazmac 1 Link to comment
joseph81 Posted September 25, 2022 Share Posted September 25, 2022 Just hide the pseudo element like this: .sqs-block-summary-v2 .loadMoreButton:after { display: none; } NinonM 1 Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated. Link to comment
NinonM Posted September 25, 2022 Author Share Posted September 25, 2022 Thank you so much! joseph81 1 Link to comment
NinonM Posted September 26, 2022 Author Share Posted September 26, 2022 Hello again, the code snippet works when the custom CSS window is open but the items count reappear every time I reload the page. Any idea on how to fix this? Thank you so much! Link to comment
Solution tuanphan Posted September 26, 2022 Solution Share Posted September 26, 2022 1 hour ago, NinonM said: Hello again, the code snippet works when the custom CSS window is open but the items count reappear every time I reload the page. Any idea on how to fix this? Thank you so much! Try this .sqs-block-summary-v2 .loadMoreButton:after { display: none !important; } joseph81 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
NinonM Posted September 26, 2022 Author Share Posted September 26, 2022 Perfect, it works. Thanks a lot @tuanphan! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment