Comments Michelle started the conversationDecember 19, 2014 at 2:41amHi there, I'm going to use the code below to remove the "View Larger" and "More Details" buttons on the portfolio thumbnails. Also wondering how to:a) remove the colour hover effect completelyb) Change the aplha channel opacity on hover actionThanks so much,MichelleREMOVING BUTTONS CODE.portfolio-items .col .work-item .work-info a { position: absolute; display: block; width: 100%; height: 100%; text-indent: -9999px!important; top: 0px; left: 0px; background-color: transparent!important; border-radius: 0px!important; } .portfolio-items .col .work-item .work-info a.pp { display: none!important; } 9,408Tahir repliedDecember 19, 2014 at 5:36pmHey!Can you provide the page url . Thanks Salient Support Team Michelle repliedDecember 20, 2014 at 3:00amtheprecinct.com 9,408Tahir repliedDecember 22, 2014 at 4:04pmHey Again!Add this into the Custom CSS box located in your Salient Options panel :.portfolio-items .col .work-info-bg ,.portfolio-items .col .work-info { display: none !important; }Thanks Salient Support Team Michelle repliedJanuary 5, 2015 at 5:54amHi Tahir, thanks for the code - while it did remove the the hover effect it also removed the ability to link the tile to a portfolio page once clicked. Do you have code that simply changes the hover opacity rather than removing it completely?Thanks so much,M 9,408Tahir repliedJanuary 5, 2015 at 3:29pmHey Again!Use this instead: .portfolio-items[data-col-num="elastic"] .work-info-bg { opacity: 0 !important; } Thanks Salient Support Team Sign in to reply ...
Hi there,
I'm going to use the code below to remove the "View Larger" and "More Details" buttons on the portfolio thumbnails. Also wondering how to:
a) remove the colour hover effect completely
b) Change the aplha channel opacity on hover action
Thanks so much,
Michelle
REMOVING BUTTONS CODE
.portfolio-items .col .work-item .work-info a { position: absolute; display: block; width: 100%; height: 100%; text-indent: -9999px!important; top: 0px; left: 0px; background-color: transparent!important; border-radius: 0px!important; } .portfolio-items .col .work-item .work-info a.pp { display: none!important; }
Hey!
Can you provide the page url .
Thanks
Salient Support Team
theprecinct.com
Hey Again!
Salient Support Team
Hi Tahir, thanks for the code - while it did remove the the hover effect it also removed the ability to link the tile to a portfolio page once clicked. Do you have code that simply changes the hover opacity rather than removing it completely?
Thanks so much,
M
Hey Again!
Use this instead:
Thanks
Salient Support Team