Nora-Creative Posted May 9, 2022 Share Posted May 9, 2022 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
Nora-Creative Posted May 12, 2022 Author Share Posted May 12, 2022 I'm also trying to move the baseline of the custom bullet so that it better aligns with the wording. If I used padding or margin the entire line of text moves too. Any ideas? Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 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; } Nora-Creative 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Nora-Creative Posted May 31, 2022 Author Share Posted May 31, 2022 Thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment