Jump to content

Highlight Effect for Blog Title on Posts

Go to solution Solved by SaranyaDesigns,

Recommended Posts

Hi there – I'm trying to figure out a way to add a highlight (a full, highlighter-like highlight) to my blog posts titles ON each blog post page only, similar to the highlight effect available for regular text. Is there a way to do this without it effecting anywhere else?

Website it ashlynnwhalley.com, page for example is https://www.ashlynnwhalley.com/blog/finding-peace-in-uncertainty

Thank you!

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

Top Posters In This Topic

@AshlynnW sure, try adding display:inline; like this:

.blog-item-wrapper .blog-item-title h1.entry-title {
	background-color: yellow; /* replace with whatever color you want */
	display: inline; 
}

If that doesn't work, you may need to add !important to override the template styles, like this:

.blog-item-wrapper .blog-item-title h1.entry-title {
	background-color: yellow; /* replace with whatever color you want */
	display: inline !important; 
}

 

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.