Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi:
I have set the portfolio to Visible titles.
1. I would like to change the size of the text below the image (see attached). I've tried with this code, but it does not work:
.portfolio-holder .product-box .info h3 {
font-size: 12px !important;
}
2. I would like the hover area to be smaller (see attached)
Thanks and best regards!
Sira
Hi Sira,
1— Can you please add the code below to Custom CSS
.portfolio-holder .item-box .info h3 {
font-size: 17px !important;
}
2— Custom CSS again:
.portfolio-holder .item-box .photo .on-hover.distanced { left: 10px !important; right: 10px !important; top: 10px !important; bottom: 10px !important; }Thanks, Illy :-)
If I want to make the hover área always the same size, I see that changing a Little bit your code like this:
/* tamano hover portfolio */
it Works, but it's is not centered. It can be centered?.portfolio-holder .item-box .photo .on-hover.distanced {
width: 100px !important;
height: 100px !important;
position: center !important;
}
Thanks again
Sira
Hi Sira,
Hmm you should add this code on thad div too.
Illy, you are a crack! :-)