Shopify themes, liquid, logos, and UX
I'm using debut theme and I am looking to trim down the space under my product titles so that it is the same as the information listed under it. Please see the following image on the page here for a sample page: https://chelseasbeads.com/collections/carnelian
also need this change to be applied to search pages which are formatted in the same way currently, like for example this search here:
https://chelseasbeads.com/search?type=product&q=agate
Solved! Go to the solution
This is an accepted solution.
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:
.grid__item br {
display: none;
}
.product-card .h4.grid-view-item__title {
min-height: auto;
}
And save.
Result:
This is an accepted solution.
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:
.grid__item br {
display: none;
}
.product-card .h4.grid-view-item__title {
min-height: auto;
}
And save.
Result:
thank you for the help, solution worked!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025