I am on Horizon & currently editing my collection links: text section, and I am wondering how I can change the font size of the collection. I tried going into my theme setting typography section but that does not work. Please let me know if you have any ideas. Thank you !
First, don’t listen to someone whose profile is 2 days old, if they are not directly helping and are just giving generic answers. This one didn’t even ask for the required information. This is a public forum. DO NOT go into private chat with these people. That’s how vulnerable newcomers get scammed into trusting and providing collaborator code.
Second, don’t paste code like that, the forum will eat it and will be useless. Instead, in the box above your text where you see bold, italic, there is a plus sign, open that and select “pre-formatted text”, then paste your code inside.
As for your original question, it sounds like you want to adjust the font size of the menu items? Or maybe I misunderstood. Can you be more specific? Don’t edit your theme code for this. There is a place for custom css. In theme editor, click on the header section and go to its settings. Scroll down, you will see “Custom CSS”. Try this code:
.navtext {
font-size: 20px !important;
}
If you’re talking about the title of Collections List, click on the section, scroll down to “custom css” and try this code:
This is really useful! Being able to customize font size in collection links makes it much easier to match the design and improve readability. Excited to try it out in my projects.
Hi @sof000 , Please do not use custom css in the editor, horizon is highly customisable just use the custom preset by selecting “Collection Title”… check latest horizon’s documentation and patch notes, you can easily customize each block without editing the code