bawebb123 Posted September 24, 2020 Share Posted September 24, 2020 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 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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
Archived
This topic is now archived and is closed to further replies.