HI,
i want to make the product description text darker… where can i specify the color?
Thank you!
This topic has 13 replies, 3 voices, and was last updated 10 years ago ago by Robert Hall
HI,
i want to make the product description text darker… where can i specify the color?
Thank you!
Hello,
You can use the following code in Theme Options->Custom CSS->Global Custom CSS.
.tabs .tab-content p {
color: #000;
}
Regards,
Robert Hall.
Thank you, but i also want to change the text colour of the short description that appears under the price, next to the product images…
In this case please use the following code
.product-information .short-description p {
color: #000;
}
Regards,
Robert Hall.
Wonderful… just one more thing, if possible…
i want to give top padding before the product name (on the home page in the featured products section), it is too close to the image
can this be done?
Please use this code in Global Custom CSS.
.home .product-title{
margin: 15px 0 15px;
}
Regards,
Robert Hall.
Awesome 🙂 thanx a ton!!
Hello,
You’re welcome!
Regards,
Robert Hall.
H,
i’m facing another little issue…
the products on inside pages are still not showing the padding (as the home page products)
Hello,
Please clarify where exactly on single product page you want to add padding value.
Thank you.
Regards,
Eva Kemp.
Hello,
Please try to add this code in Theme Options->Custom CSS->Global Custom CSS
.product-title{
margin: 15px 0 15px;
}
Regards,
Robert Hall.
That did it, thanx a ton 😀
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Text colour and size on single product page’' has been successfully resolved, and the topic is now closed for further responses