ohonestly Posted October 29 Share Posted October 29 I've spent far too long trying to figure this out, but can't manage to solve for all my issues at once, so figured I'd ask: What CSS could I add to modify all of the following on both my blog list page and the blog posts themselves in Julia (7.0)? remove italic formatting from post date center post excerpt center read more link remove category remove tags remove share link Any and all help is so appreciated, thank you! Link to comment
Solution melody495 Posted October 29 Solution Share Posted October 29 Hi, try this in your custom code? // blog published date .article-list .meta .published { font-style: normal; } // center excerpt and read more .article-list .entry-content { text-align: center; } // removes all meta from footer (category, tag, share, likes) .article-list .clear .meta { display: none; } Let me know how it goes. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me ✉️ https://www.melodylee.tech/ A software developer in an artist body that knows how business works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 Link to comment
ohonestly Posted October 31 Author Share Posted October 31 On 10/29/2023 at 5:56 AM, melody495 said: Let me know how it goes. You nailed it - this solved all my issues. Thank you so much for the quick assist, you've been a huge help!! Link to comment
melody495 Posted October 31 Share Posted October 31 @ohonestly You are very welcome ☺️ glad it worked for you. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me ✉️ https://www.melodylee.tech/ A software developer in an artist body that knows how business works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 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