Can I change the hover colour of a project title on the home page to be transparent on mouseover? I would like to see the title disappear when hovering the mouse so it does not interfere with the image that comes up
cspgsl
You can use this custom css:
#GKSVGImageHover .item-title a:hover { color: your_custom_code_here; }
In my other post regarding hovering over the titles, you said that you got my point and would answer me in this link https://www.joomlart.com/forums/d/30114-hover-effect-over-images
but that only opens the same post and there is no answer to my question.
What is the answer ?????
Hi cspgsl
It will need some customization, there is no settings for it. I will get back to you when having solution.
You can try opening the file: gk_folio/js/SVGImageHover.js
At approx line 137 this.dmScale = Math.min(lineEq(50, 0, 100, 0, mouseDistance), 50);
this.dmScale = Math.min(lineEq(50, 0, 100, 0, mouseDistance), 50);
change it to:
this.dmScale = Math.min(lineEq(50, 0, 100, 0, mouseDistance), 0);