Jump to content

Custom Bullets in Markdown Block

Recommended Posts

Site URL: https://octahedron-plantain-7yf9.squarespace.com/

https://octahedron-plantain-7yf9.squarespace.com/

PW: omaha

 

I'm trying to use custom bullets within a markdown block. The code works for bullets in a regular text block, but I can't seem to get the code to apply to the markdown block as well.

 

/*Custom Bullets*/
ul[data-rte-list] li>*:first-child::before {
    content: "\007E";
    font-weight: bolder;
      font-size: 1.4em;
    color: #BCECE4;
}

Link to comment

Use this code

/* Markdown custom bullets */
.markdown-block ul {
    list-style: none;
}
.markdown-block ul li:before {
    content: "\007E";
    margin-right: 5px;
     font-weight: bolder;
      font-size: 1.4em;
    color: #BCECE4;
}

md.thumb.png.3ce9b33f28d56849876655ee2431eabc.png

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
  • 3 weeks later...

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.