Navigation
Add this code to Pages › Website Tools › Custom CSS Now you have the whole card clickable.
By default, only image and title on summary card is clickable — that’s a bad UX. Let’s fix that by making the whole card clickable.
Although we don’t recommend it, sometimes you may want to replace the original menu on the desktop with the hamburger. Here is how.
It is a good user experience to show a little hint that the navigation link opens a submenu. The most common way is to use an arrow icon for that. Actually, Squarespace site uses that for their own submenus: CSS icon (recommended) The idea is to use :after for the icon. That way we can […]
Enable buttons and set links First of all, we need to enable buttons and set the links on that buttons. Now, if you click the button, you’ll see that it’s working properly, taking you to the linked page. Clicking on images or text does nothing though. Let’s fix it with some code — using :before […]
Squarespace doesn’t you allow to upload svg logos. See how to fix it.
By default, only image and heading are clickable on blog cards.
A fixed header is essentially a header is attached to the top of the screen and is visible always while user is scrolling . Making the header fixed First of all, let’s see how we can “fix” the header via Squarespace options. In edit mode, click Edit site header → Edit design Then scroll to […]
It’s better not to remove underlines from links as it might hurt user experience — the underline signifies that the word is actually a link. But if you still want to do that, add this code to : If you also want to remove an underline from the active navigation link in the header, also […]
Sometimes you only need to make hamburger fixed — not the whole header.
A small plugin to add all posts link to your blog