How do I hide the link icon on the portfolio thumbnails as I only want people to enlarge the portfolio and not go to a post etc. Please see screenshot below:
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: a.galleryImageLink2 { display: none !important; } Thanks & Regards Pramod
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .galleryImageLink1 { position: absolute; left: 42%; } Thanks & Regards Pramod