I want to customize font size of product title, but I can’t find where to change it?
The typography tab only allow to change variant of heading’s font.
Screenshot: https://ibb.co/5jJbN3j
In the shop tab, I also want to align product titles to the left, but can’t find where to do it.
Screenshot: https://ibb.co/BnsbwdF
Theme version: .8.0.10Hello,
Thanks for using our theme.
1/ Add the next code in Theme Options > Theme custom CSS:
.content-product .product-title a {
color: #888;
}
to change the color.
2/
.products-loop .content-product .product-details, .swiper-container .content-product .product-details {
text-align: start;
}
.content-product .star-rating {
margin-left: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.