Portfolio Overlay Text Color
-
Hi, I would like to know how to change the text color of the overlay on the portfolio element. It is currently black, and I would like it to be white (to make it more visible).
Hello,
I have submitted the case to our developers for checking we will get back to you in the nearest future.
If you have any questions please feel free to contact us.
Best Regards
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
Thank you for fixing this
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Portfolio Overlay Text Color’ is closed to new replies.