I've been attempting to modify the color of the text in the tiles on the homepage of my website (). When you hover over, for instance, "IT-Service", that's the text I'm aiming to change the color of.
I experimented with adding
color: #ffffff;
to
.portfolio_item .ql_hover > .ql_hover_content > div {
and/or
.portfolio_item .ql_hover > .ql_hover_content {
But there was no difference.
Am I looking in the wrong place, or do I need to use a different code to adjust the text color?
Thank you!