After receiving a design with what appeared to be a simple feature from a designer, I discovered that implementing it was more complex than expected. Specifically, I needed to create a CSS3 arrow with an image as the fill color in order to overlap the underlying div.
However, the challenge arose when I realized that this arrow was part of an image slider, making it impossible to simply cut the arrow within the image due to the sliding functionality. Is there a way to create some sort of overlay for this?
The image overlapped the next section which resulted in an issue with Whoothemes' flexslider at 100% width.
I am hoping someone can provide guidance on how to tackle this issue effectively. Thank you!