How to change font size of product title in featured collection, clevisco.com
how to hide product options from featured collections
How add icons to columns
Customizing the featured collection: change product title font size, hide product options, and add icons to columns.
Proposed fixes:
New requirements and issues:
Status: Ongoing. Needs guidance on global typography settings, correctly targeting selectors to change title size, and customizing the button behavior in theme templates. Images were shared but are not essential to the technical solution.
How to change font size of product title in featured collection, clevisco.com
how to hide product options from featured collections
How add icons to columns
Please add the following CSS code to your asses/base.css bottom of the file.
.card__information .card__heading { font-size: 1.3rem !important;}
.collection .quick-add { display: none !important;}
Thanks!
Hi @zrf100
You have multiple queries few of them requires custom code in your theme.
@dmwwebartisan has answered already please let us know if its not working.
To hide product from feature collection.
You can create a metafield at product level and append a class or style attribute to product block by doing custom code in card-product.liquid which will hide the product.
Hope this will help…
Let me know if you are willing to hire…
thank you, how do i make the sizes for fonts uniform throughout the site, ie all paragraphs to be the same font size.
thank you, i want the add to cart button to be there, but i dont want “show options” - it should only be add cart - clicking the button should open the product page
i added this code, still the product title fonts are small, i want them to be the same size paragraph, appreciate the help