I would love some help with making these collection titles on my homepage smaller please. I am just updating my Flex theme to the 5.0.1 version. Thankyou for any help.
Hi @MrsMacca
Please share your store URL please
The current live is the 2.2.2 Flex version, which has the titles the size I would like them to be on my unpublished 5.0.1 version
HI @MrsMacca
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file → Save
.jsCollectionList span.title {
font-size: 16px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Go to Online store > Themes > click three dots button on that theme > Edit code > open theme.liquid file, add this code below under element
That is correct, and this code is made for mobile only. If you want it works for desktop, please update code to this
This worked perfect. Thankyou so much for your help.
You are very welcome, @MrsMacca
@PageFly-Henry Im having this issue on mobile view (huge collection photos…is there a way I can increase the number of collection images per line or make them smaller? My site is www.disappearhere.org
Im happy to donate to anyone that can help
You can try with this code:
@media (max-width: 767px){
.collection-list__item.grid__item {
max-width: calc(32% - var(–grid-mobile-horizontal-spacing) / 2) !important;
}}
Thanks for your reply @PageFly-Henry where abouts would I post this in the Spotlight code? I looked for a styles.css as in the previous advice above and there was no such section. TIA




