Hi Armin,
We were wondering if there is a possibility to change the hover state color for each project thumbnail individually. We tried it with the custom html classes, but due to our inferior programming skills, we can't figure out how this works. Even though each other css-transformations, from stretch to opacity seem to work fine.
Here is the code we tried:
.turkis a{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.turkis a:hover{
background-color: #acfce5;
}
We would be very thankful for any hint,
Joseph & Sebastian,
P.S. Your Theme is wonderful anyway!