bawebb123 Posted September 24, 2020 Share Posted September 24, 2020 (edited) Site URL: https://seabass-maroon-5h8g.squarespace.com/portfolio I am using a Summary List for my website where I want to show Tags. However, I would like to remove the tags when viewing on smaller screens (tablets/mobile). Is there code to remove showing the tags for smaller screens? Password: oakpointtest Edited September 24, 2020 by bawebb123 Link to comment
tuanphan Posted September 24, 2020 Share Posted September 24, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { body#collection-5f29988c73147b2eebeb95dd .summary-metadata-item--tags { display: none !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
bawebb123 Posted September 24, 2020 Author Share Posted September 24, 2020 11 minutes ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { body#collection-5f29988c73147b2eebeb95dd .summary-metadata-item--tags { display: none !important; } } Works perfectly. Thanks! 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