Shopify themes, liquid, logos, and UX
Hi,
the store is on Mr Parker theme : https://azkadenia.myshopify.com/
and I have a problem with prices style when a title is long on (Featured products bar, collection pages and everywhere in the website)
any idea how can i solve this issue ?
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#shopify-section-template--14900255654076__16269856255a06b94b .flickity-enabled.is-draggable .flickity-viewport .prod-title {
min-height: 54px;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#main-collection-product-grid .product-info .prod-title {
min-height: 54px;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#shopify-section-template--14900255654076__16269856255a06b94b .flickity-enabled.is-draggable .flickity-viewport .prod-title {
min-height: 54px;
}
Hi @ZestardTech
it worked perfectly on home page. Thank You !
but not yet on the products pages , any idea ??
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#main-collection-product-grid .product-info .prod-title {
min-height: 54px;
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024