Hi,
I am using Portfolio Grid in BeTheme. When I hover a specific item in the grid, two new links slide up from the bottom edge. Depending on the settings they show a loupe and chain, or arrow and chain.
Generally I would like to hide these links or have just one with the text that I would be able to configure.
How to do that?
PS: This one link with my text would direct the user to a specified page within the website (I can achieve that with Page/Post redirect plugin - this part is already taken care of).
Thanks!!!
Greg
Comments
those links can be removed only with custom css:
.image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { display: none !important; }If you want to modify them, then you need to play with theme files because with custom css it is not possible to edit them.Thanks!
.portfolio_group.list .portfolio-item .desc { display: none !important; }