As in subject How to change color of portfolio item hover ? Original for Day version it's Dark and for Night version it's light. Check please attached. Thanks a Lot !
Hello people, i would like to change the amount of opacity not the color, in this case opacity is ste to 0.5 and would like to set to 0.9. Can you help me, i searched in the js but dont want to make a mistake
Comments
.alpha-scope-bg{style-light line ~1043, dark ~1060background-color: #000;
}
background color under text is changed in airlock\common\js\grayscale.js
light ~28 dark ~34 With regards.
Can you help me, i searched in the js but dont want to make a mistake
Thanks
For opacity of overlay:
airlock/common/scripts.js ~190
$('.alpha-scope-bg').css('opacity', '0.5');Social icons opacityairlock/common/scripts.js ~69 change any 0.6 to desired number (from 0 to 1) :-)
With regards.
Thank you!