Jump to content

Adding multiple custom bullet points

Recommended Posts

Hi there! Thanks to this wonderful forum, I figured out how to add a custom bullet point (mine is a checkmark).

Now I'm getting greedy and want to have more than one custom bullet point. I'll paste the code I'm using below. If anyone knows how to add other custom bullet points and how to tell Squarespace when I'd like them to appear, please share! Thanks.

//bullet points

ul[data-rte-list] li>*:first-child::before {
    content: "\2714";
    font-weight: 600;
    font-size: 42px;
    position: relative;
    top: 8px;
    color: #8f502e;
}

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

Top Posters In This Topic

On 2/11/2024 at 2:14 AM, amandaclairef said:

I use the "checkmark" bullet points on this page: https://www.benevolentbeasts.ca/about

I'd love to also use either "X" bullet points or heart-shaped bullet points.

Thanks in advance!

Use this CSS code

body#collection-64519074792d7e3c48387e07 ul[data-rte-list] li>*:first-child::before {
    content: "X" !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a 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.