This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
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
Hello,
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
Tagged: alignment, customizing, guide, product titles, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up