Snippets Collections
/* custom bullets */
ul[data-rte-list] li>*:first-child::before {
    content: "\21AA";
    font-weight: 400;
    color: #994926;
}
//--All text types
ul li(greater-than-symbol-goes-here)*:first-child::before {content: "→";}

//--Heading One Text Example
ul li(greater-than-symbol-goes-here)h1:first-child::before {content: "→";}

//--Heading Three Text Example
ul li(greater-than-symbol-goes-here)h3:first-child::before {content: "→";}

//--Paragraph Text 
ul li(greater-than-symbol-goes-here)p:first-child::before{content: "→";}

//--Change the color too
ul li(greater-than-symbol-goes-here)*:first-child::before {content: "→"; color: red}

//--Change the color & font size
ul li(greater-than-symbol-goes-here)*:first-child::before {content: "→"; color: re; font-size: 2rem}

//--Change the color, font, and add a rotation
ul li(greater-than-symbol-goes-here)*:first-child::before {content: "→"; color: red; transform: rotate(45deg)}
star

Wed Nov 24 2021 13:03:38 GMT+0000 (Coordinated Universal Time) https://www.toptal.com/designers/htmlarrows/symbols/

#bullets
star

Wed Nov 24 2021 13:03:18 GMT+0000 (Coordinated Universal Time) https://christyprice.com/blog/custom-bullet-points-squarespace

#bullets
star

Wed Nov 24 2021 13:02:50 GMT+0000 (Coordinated Universal Time) https://insidethesquare.co/squarespace-tutorials/bullet-points?rq=bullet

#bullets

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension