Jump to content

Change meta formatting on blog list & blog post pages

Go to solution Solved by melody495,

Recommended Posts

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! 

Screenshot 2023-10-29 at 12.02.38 AM.png

Link to comment
  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

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.

image.thumb.png.26f8d9da8fac0027d1a629605ed65018.png

-------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 

Melody | Squarespace Nerd
e: melody@melodylee.tech


💻 💁‍♀️ 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 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
e: melody@melodylee.tech


💻 💁‍♀️ 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.