Hi, there are tiny triangles that appear over the bottom of the featured images in the portfolio grids. As I have changed the spacing in these, the triangles sometimes appear on top of the featured post’s title / excerpt text.
How can I disable these little triangles to make sure they no longer interfere with the titles / text?
Thanks, Richard
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-content .avia-arrow {
display: none !important;
}
Best regards,
Yigit
Great, thanks