My carousel is designed like this:
I am having trouble displaying my labels correctly.
This is an example of how I create one of my boxes:
<div class="tl-box-wrapper">
<div class="tl-box">
<div class="tl-top"> <i class="fa fa-circle yellow"></i>
</div>
<div class="tl-bot"> <i class="fa fa-circle yellow"></i>
</div>
<div class="tl-right">Yellow</div>
</div>
</div>
As you can see, I define my label here:
<div class="tl-right">Yellow</div>
I'm unsure why Yellow isn't showing.
Can anyone point out what I might have missed? My complete code can be found in this Fiddle.