This is my website: Gutdesign
Click TV on the left side. You see now list of projects. Everything is good for me, but how to make this orange arrows hide at start? I want to show them when user move mouse on this area (hover effect). But how?
CSS “display: none;” and then on hover “display: block;” styles doesn’t work 🙁 Any idea why?
Add
opacity: 0to.left_arrowand.right_arrowand then create a new rule,.left_arrow:hoverand.right_arrow:hover, and addopacity: 1to that rule.