Atelier Posted September 21, 2021 Posted September 21, 2021 Hi! Anyone who can help me with this matter?I like to delete the share buttons and the last updated date in the forte template on the news/blogs section. I also like to get the date below the title, because in the mobile version title and date become one. this is the part i like to delete; i tried this for the shared buttons; /* Blog Page */ #view-list share-buttonss { display: none; } /* Blog Post */ #view-list share-buttonss { display: none; } also this style { .sqs-share-buttons {display: none;} .squarespace-comments {display: none;} } As for the date in the tilte i can hide it by; /* Blog Page */ .view-list .date { display: none; } /* Blog Posts */ .view-item span.date { display: none; But i don't know how to get it below the title for mobile version or for mobile and desktop if thats easier. If i dont hide it; this is wat it looks like on mobile;
tuanphan Posted September 24, 2021 Posted September 24, 2021 Hi, Can you share link to your site? We can check easier 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.