siweisong Posted February 5, 2020 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!
tuanphan Posted February 6, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
AlexSantos Posted February 6, 2020 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.