ohonestly Posted October 29, 2023 Share Posted October 29, 2023 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, 2023 Solution Share Posted October 29, 2023 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 Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
ohonestly Posted October 31, 2023 Author Share Posted October 31, 2023 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, 2023 Share Posted October 31, 2023 @ohonestly You are very welcome ☺️ glad it worked for you. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) 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