Here is a link to my website: Gutdesign
If you click on TV located on the left side, you will see a list of projects. Everything looks good to me, but I am having trouble figuring out how to hide the orange arrows at the start. I want them to appear only when a user hovers over that area. How can I achieve this?
I have tried using CSS styles "display: none;
" and then switching to "display: block;
" on hover, but it doesn't seem to work. Any ideas why?