Home Forums WoodMart support forum Description font Reply To: Description font

#375600

Hello,

You are Most Welcome.

Yes you can also change the color using the above CSS.

The updated CSS will be:

.single-product div#tab-description p {
font-size: 18px;
font-family: ‘Poppins’;
color: red;
}

Best Regards