Public Ticket #560534 portfolio settings, project styles: meta below thumb with links on hover Closed
Comments jonas started the conversationOctober 19, 2015 at 6:50pmhey, I want to disable the view larger button so that users cannot get the image as a pop up, it's the div class="vert-center" but it has two buttons and I want only delete one, is this easily possible via css? 8,990Tahir repliedOctober 21, 2015 at 12:20amuse .vert-center a:first-child{display:none !important;}Thanks ThemeNectar Support Team jonas repliedOctober 21, 2015 at 1:24amcool thank u Sign in to reply ...
hey, I want to disable the view larger button so that users cannot get the image as a pop up,
it's the div class="vert-center" but it has two buttons and I want only delete one, is this easily possible via css?
use .vert-center a:first-child{display:none !important;}
Thanks
ThemeNectar Support Team
cool thank u