Indi Posted April 3, 2022 Share Posted April 3, 2022 Site URL: https://dragonfly-fiddle-balw.squarespace.com Hi, Just wondering if anyone knows why my superscript numbers are showing up different on my home page? 1-3 are the same and then 4-6 are different? https://dragonfly-fiddle-balw.squarespace.com Any info or help would be amazing. Link to comment
tuanphan Posted April 3, 2022 Share Posted April 3, 2022 How did you add superscript? You can also consider using this CSS to add superscript /* Home top superscript */ div#block-yui_3_17_2_1_1646445689142_5553 { h3 a:before { font-size: 25px; top: -15px; position: relative; } a:nth-child(1):before { content: "1"; } a:nth-child(2):before { content: "2"; } a:nth-child(3):before { content: "3"; } a:nth-child(4):before { content: "4"; } a:nth-child(5):before { content: "5"; }} 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment