Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone,
Below the atc button we use a white field but we want it to have a very small raster in the color of the package around the white field. How can we do this?
URL is www.lunalucente.com
Kind regards!
Online store -> edit code of your theme
Search product.css
and then add this code:
.m-product-description.rte {
padding-top: 5px !important;
}
Check this one.
.main-product__block.main-product__block-description {
margin-top: 12px;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi,
What i meant more was making a raster around the white text field in a customizable color.
try the following code:
.m-product-description.rte {
box-shadow: 0 1px 2px 0 rgba(58, 72, 80, .07), 0 6px 13px 0 rgba(176, 189, 197, .14);
}