This topic has 7 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hey guys,
i have a grouped product on my website but i can’t find the option to change fontsize and color of the attributes of the grouped product.
As you can see the “CHF 15.00”, “CHF 25.00” and also the “in stock” is way to big. Also the text before is unfortunately in white so you can’t see it. How can i change this?
Thank you for your quick reply.
Kind Regards,
Andy
Hello,
Please add this code in custom css in Theme Options > Typography > Custom CSS:
.group_table td.label {
color: grey !important;
}
.group_table td.price .amount, .stock.in-stock {
font-size: 15px !important;
}
Regards,
Eva Kemp.
Hello,
Please use this code in custom.css file
.cart label{
color:#000;
}
.group_table td.price .amount {
font-size: 16px;
}
.cart .in-stock{
font-size: 16px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi Eva
Hi Robert
Wow, this is perfect support, thank you very much. Both ways worked fine, i just used roberts in the theme options under custom css.
Now i have the problem that it doesn’t look that good. Is there a possibility to set the title of the product on the same height as the price?
the price is nice in the middle of the quantity window, but the title of product ist to deep.
Regards,
Andy
Please try to use this code
.cart .label label{
margin-bottom: 35px;
}
Regards,
Robert Hall.
Thank you very much!
worked perfectly!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Changing Fontsize and Color in Productpage (Grouped Products)’' has been successfully resolved, and the topic is now closed for further responses