Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
I have two problems with Portfolio Items.
1. The height of the images is not equal which makes the site look cluttered. How can I adjust this?
2. With each photo there is an icon to click on a link. How can I disable this so that only the icon with the magnifying glass is visible?
Screenshot: https://ibb.co/JcCGKgc
Thanks
Hi,
Please share website url, wp-admin and ftp info (login/ passwords) and send using “private reply” .
Thanks,
Hi,
– Height of Images
Images height is not equal because all images have different sizes. Make sure you’ve to set images of the same size.
– Link Icon
There’s no such option in theme to do this but if you don’t want it you can hide it through CSS.
Add the following code in Appearance > Customize > General > Custom Codes
.portfolio-style-only_media .icons-wrapper a.entry-link.lightbox{ display: block; left: 0px;}
.portfolio-style-only_media .icons-wrapper a.entry-link{display: none;}
P.S: In the future, if you wanna display this link icon you can display it by removing the above CSS code.
Thanks,
You must be logged in to reply to this topic.