I have a color box and selected to have an arrow at the bottom. The arrow then shows at the top of the next color box. But the next box is gray and the arrow is still brown. I’ve had the same problem before. You can see it on the page I’m including below. It’s part way down the page, it’s a brown box and says Spatial Curriculum.
Hi elianab!
Try adding this to a codeblock element in the same page.
<style type = "text/css">
#after_section_3 .av-extra-border-inner {
display: none;
}
</style>
Cheers!
Elliott