A user wants to reposition collection links from the top of their store page to a left sidebar layout, similar to a reference site they provided. They also want to reduce the text size of these collection links.
Current Status:
The sidebar positioning feature is not currently available in the Horizon theme
Arthur_D suggested using Filters with Vertical layout on Collection pages as a potential workaround
The request for sidebar menu positioning has been noted for the team
Font Size Solution:
Standard theme typography settings don’t control collection link text size
Workaround provided: Use custom CSS in the section settings:
.collection-links {
font-size: 3em
}
Alternatively, users can change the font style itself through theme settings
A feature request was made to add font size controls to theme settings
The issue remains partially unresolved, with the layout request pending team review and the font size addressable only through custom CSS.
Summarized with AI on October 25.
AI used: claude-sonnet-4-5-20250929.
Thanks for your suggestion, having a menu on the side could make for some cool websites. I’ll take this back to the team
In the mean time, after looking at the example you linked I think in Horizon on Collection pages you might be able to use Filters and specifically use them in Vertical layout help you achieve a similar look.
Have you tried that?
As for the size of the font of your menu, you should be able to adjust the typography size in your theme settings
Thank you. I can’t find the font size setting under Theme Settings/Typography that changes the Collection Links: Text Titles. There is 1 Paragraph and 6 Heading settings. And the Sections side’s settings look like this:
You are correct that you can’t change the size!
For now you could change the Font style, which will give your Collections titles the appearance of whichever style you choose.
I can make a note of the request and see if we could add this setting.
In the meantime to change the font size you could make use of the Custom CSS of that section and giving .collection-links a font-size of your choice: