Shopify themes, liquid, logos, and UX
On this page, I want to reduce all the space under the price and remove the <hr> (only there, not the rest of the site). See attached. I am doing this because I also intend to make the price invisible, so that remaining space will be just the right amount.
thanks
Solved! Go to the solution
This is an accepted solution.
You could try adding this CSS rule to the bottom of theme.css
.product-single__meta .hr--medium {
display: none;
}
Result:
This is an accepted solution.
You could try adding this CSS rule to the bottom of theme.css
.product-single__meta .hr--medium {
display: none;
}
Result:
perfect!! thanks a lot.
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