Home › Forums › Theme support › Prestige theme and search › Reply To: Prestige theme and search
Hi,
the “filter” for the portfolio are the categories, please add categories like “webdesign”, “photography” and “typographie” to the portfolio items, then it’s working.
Zoom effect
To add the zoom effect to the properties, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:
.object_left:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}
.object_left img {
-webkit-transition: 0.4s;
transition:0.4s;
-o-transition:0.4s;
-moz-transition:0.4s;
}