Comments 26Sira started the conversationJune 24, 2016 at 1:43pmHi: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[deleted] repliedJune 24, 2016 at 1:56pmHi 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; } 26Sira repliedJune 24, 2016 at 2:16pmThanks, 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 */.portfolio-holder .item-box .photo .on-hover.distanced { width: 100px !important; height: 100px !important; position: center !important;}it Works, but it's is not centered. It can be centered?Thanks again Sira[deleted] repliedJune 24, 2016 at 2:19pmHi Sira,Hmm you should add this code on thad div too. margin: auto !important; 26Sira repliedJune 24, 2016 at 2:22pmIlly, you are a crack! :-) [deleted] replied privately Sira replied privately Sign in to reply ...
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
2— Custom CSS again:
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! :-)