Hi,
Did you talk about the icon size or items in the expanded panel?
It is possible by custom CSS(“Appearance > Customize: Additional CSS”), like:
For the icon size:
.header-portfolio-icon .post-navi-go-back-a {
color: #141495;
transform: scale(1.5);
}
.related-wrap-popup-close {
transform: scale(1.5);
}
For the items title in the expanded panel
.ux-portfolio-ajaxed-list-wrap .grid-item-tit {
font-size: 1em;
}
.grid-item-tit-a {
color: #141495;
}
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook