(Squarespace) How to highlight blog post title

To highlight blog post title like this

We can use this code to Custom CSS.
You can also use this free blog tool so you can customize blog easier without using code.

div.blog-item-wrapper .blog-item-title h1.entry-title {
    background-color: orange;
    display: inline !important;
}

1 Like