Home › Forums › WoodMart support forum › text colors text colors This topic has 1 reply, 2 voices, and was last updated 12 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 3, 2024 at 12:33 pm #545736 aleksandreeuParticipant Hi, I need to change short and long description color and size only. how can i do it please? March 4, 2024 at 2:18 pm #545986 Aizaz Imtiaz AwanKeymaster Hello, Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: div.woocommerce-product-details__short-description { font-size: 20px; color: red; } div#tab-description{ font-size: 20px; color: #0119ff !important; } Best Regards. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register