Home Forums WoodMart support forum Product category widget font color Reply To: Product category widget font color

#97981

Hello,

Here is how the code would look like:

body .category-grid-item .wrapp-category .hover-mask .category-title{
color: rgb(178,225,255); /*text color*/
background:background: -moz-linear-gradient(top, rgb(178,225,255) 12%, rgb(102,182,252) 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(178,225,255) 12%,rgb(102,182,252) 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(178,225,255) 12%,rgb(102,182,252) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#b2e1ff’, endColorstr=’#66b6fc’,GradientType=0 ); /* IE6-9 */
}

Best Regards