Hi,
I have made a ton of custom css for my product page on dawn theme. Now i have one last problem that i cant solve by myself.
I need to decrease the space between product title and product color; see red square in screenshot.
If anyone knows the solution please share!
Url: www.arceyworldwide.com
Password: arcey
/Leon
1 Like
Hello @Leonpojen
You can add code by following these steps
-
Go to Online Store β Theme β Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
#shopify-section-template--18513808195851__main .js.product-form__input label:first-of-type {
padding: unset !important;
}
.product__tax.caption.rte {
display: none !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
Thank you so much @niraj_patel this worked!!