This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
I am looking to change the font weight and font size of the Product Name/Product Price on the category page
See here: https://screencast.com/t/EEHekheW
And then on the product page, we want to increase the font size of the product name/Product Size, see here: https://screencast.com/t/rS04JOuVK
We want to be able to change the font size separately.
Hello,
.products-grid .product .product-name {
font-size: 20px;
font-weight: 600;
}
.products-grid .product .price {
font-size: 20px;
font-weight: 900;
}
.single-product h2.product-name {
font-size: 20px;
font-weight: 800;
}
.single-product-page .product-info .price {
font-size: 20px;
font-weight: 600;
}
Regards
Hi,
I have added and made the product names 16px but I cannot see this? Can you confirm this has worked?
Hello,
Where did you add the code?
Please note that custom css code should be added in style.css file of child theme or in custom.css file of the parent theme. To create “custom.css” you can rename the file “default.custom.css” which is located in theme directory.
Regards
Hello,
Move your custom.css file from child theme to parent theme folder > clear cache and let me know if it works.
Regards
You must be logged in to reply to this topic.Log in/Sign up