Hello.
Need to change the appearance of the product description:
1) Increase the width of the table with the characteristics of the product;
2) Change the columns width of the table;
3) Align the table with the characteristics of the product in block 1/1;
4) Titles characteristics: font size 17, without bold, lower-case letters;
5) Description of characteristics: size 17 font, not italics, capital letters.
Link below.
Hi,
Thank you for the link.
1-3) I’m sorry but I don’t understand the requests clearly and the screenshot looks different from the actual layout of the product. Please explain the request further or provide another screenshot.
4-5) Please add this in the Quick CSS field:
div table.shop_attributes td {
font-style: normal;
font-size: 17px;
}
Best regards,
Ismael
Hi, Ismael.
Through your example, we did everything as we need.
—
Quick CSS field:
div table.shop_attributes th {
width:180px;
color: #7b7b7b;
font-style: normal;
font-size: 12px;
}
div table.shop_attributes td {
color: #486b75;
font-style: normal;
font-size: 17px;
}
============
Please close the topic.