No tema focal os nomes das categorias de produtos ficam no centro da imagem, gostaria que ficassem abaixo das imagens como na foto anexa aqui, alguém tem uma solução?
Topic summary
Issue: A Shopify store owner using the Focal theme wants to reposition category names from the center of images to below them.
Store Details: The site is berloquesjoias.com, currently using Portuguese as the primary language.
Attempted Solution: Community helpers provided CSS code to modify the collection list layout:
- Target files:
base.css,style.css, ortheme.cssin the Assets folder - Add padding and positioning adjustments to
.list-collections__itemclasses
Current Status: The CSS modifications haven’t fully resolved the issue. After implementing the suggested code, the layout appears broken on both desktop and mobile views (screenshots provided). The original poster believes additional changes are needed, specifically:
- Reducing font size
- Adjusting the grid layout
Resolution: Still ongoing - the problem remains unresolved with further customization needed.
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Sahil
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Claro, o link da minha loja é www.berloquejoias.com
Of course, the link to my store is www.berloquejoias.com
Thanks for the info, I try to search the collection list same the image you provide but I only see this one.
Is this the one you mean? If it is check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.list-collections__item-info {
top: 90% !important;
}
.list-collections__item-list a {
padding-bottom: 60px;
}
- And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Please add this one.
.list-collections__item-info.text-container {
padding-bottom: 20px !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!





