Floox - Portfolio - Hover - Question | JoomShaper

Floox - Portfolio - Hover

S

Sergio

Template 1 year ago

I'm sure you have resolved this before but I wasn't able to find help.

I need to change transparecency of the hover blue color. Also to remove the icon.

Can you help me?

https://web.analisisdetextura.com/equipos-analisis-de-textura/analizadores-de-textura/accesorios-de-medida

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #169141

Hi Sergio,

for both of those task, you need to use Custom CSS:

  1. To remove icon
.sp-vertical-middle .floox-icon.floox-picture {
  display: none; visibility: hidden;}
  1. To change Hover Layer bg color from Blue to Transparent Dark Grey
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay
{background-image: none;}

You can also make that dark layer even brighter using also that line

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay 
{background: rgba(0,0,0,0.1);}
0
S
Sergio
Accepted Answer
1 year ago #169157

It worked perfectly.

Thanks very much!

Sergio

0