Hi guys,
Kyle helped me to add a little triangle / arrow to the left of the box as you can see above.
He provided me the following code:
.spb_parallax_asset .spb_box_content .box-content-wrap::after {
border-bottom: 10px solid transparent;
border-right: 10px solid #fff;
border-top: 10px solid transparent;
content: "";
height: 0;
position: absolute;
left: -10px;
top: 30px;
width: 0;
}
However after the latest updates, that arrow has disappeared despite the custom css code is still in place without any change.
Can you please help to get back my arrow? 🙂