Hi,
I have two questions:
1. I need the full image to be displayed on the portfolio details page, is there any way to do this?
2. If not, can you tell me how to either remove the detail link (Show the Eye icon only)
– OR –
Make the detail link lead to the URL I specified for the portfolio image instead of the detail page?
I attempted to use the following CSS but did not get results and am not sure which tag I am supposed to be using:
.gs_p_link {display:none !important;}
Thank you!
Hi Christina,
2 icons showing when you hover. eye icon for popup & another for link icon.
Eye icon – popup will display image at left & text at right & link icon will show single portfolio page.
Inside popup you can add external link – see here demo – http://portfolio.gsamdani.com/
You can hide eye icon by following css
a.gs_p_pop {
display: none;
}
To resolve this thread for others, here is the code I needed that worked:a.gs_p_link {display:none;}