siweisong Posted February 5, 2020 Share Posted February 5, 2020 Site URL: http://www.fortsferryfarm.com Are there any plugins or codes that can add a red dot at the corner of a menu item as a notification after say a new event is uploaded? Ideally, it would be showing by itself but if not, I don't mind adding that manually either. Please advise, thanks! Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 Add to Home > Design > Custom CSS .Header-nav-item[href="/events"] { position: relative; } .Header-nav-item[href="/events"]:after { content: ""; background: red; width: 5px; height: 5px; display: block; border-radius: 50%; position: absolute; right: 0; top: 0; } 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
AlexSantos Posted February 6, 2020 Share Posted February 6, 2020 21 hours ago, siweisong said: plugins or codes I found this ewebdesign article, it is not Squarespace specific but it outlines the process. If you have some coding knowledge this might be the ticket. tuanphan 1 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