This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi!
On this page: https://www.loom.com/i/5982174c14534b2db6106883e1e4b026
Is it possible to:
1. create a border-schadow around a product?
2. to change font-color and size of titel and price?
Hi,
Thanks for using our theme.
Please provide URL.
Regards
There’s an under construction on this site. Will remove it shortly now.
1) Add the next code in Theme Options > Theme custom CSS:
.products-loop .product .content-product,
.carousel-area .product-slide .content-product {
box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
padding: 5px 10px;
}
.content-product .product-title a {
font-size: 22px;
color: red;
}
.content-product .price {
color: black;
font-size: 14px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up