Home Forums WoodMart support forum Portfolio Overlay Text Color Reply To: Portfolio Overlay Text Color

#475943

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

html .portfolio-entry .portfolio-thumbnail:after {
  background-color: rgba(255,255,255,0.6);
}

html .portfolio-hover .entry-thumbnail {
--color-gray-800: #333;
--color-gray-500: #777;
}

html .portfolio-hover .portfolio-info {
--wd-text-color: #777;
}

Best Regards