Comments Andy started the conversationMay 15, 2017 at 11:38amHi there,Thanks in advance as always. I have a portfolio module running here http://www.onceupon.website/millernew/projects/with the title on hover, but on mobile there's no title at all - can I force it to appear by default on mobile only please?ThanksAndy 9,022Tahir repliedMay 15, 2017 at 11:50amHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (max-width: 1024px) { .portfolio-items .work-info ,.portfolio-items .work-info h3 { opacity: 1 !important; } } Thanks ThemeNectar Support Team Sign in to reply ...
Hi there,
Thanks in advance as always. I have a portfolio module running here http://www.onceupon.website/millernew/projects/
with the title on hover, but on mobile there's no title at all - can I force it to appear by default on mobile only please?
Thanks
Andy
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team