Is there a way to remove the icons that appear above the Title and Excerpt? The posts do not have a featured image associated with them (they are just text).
Hey John!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
a.slide-image {
display: none !important;
}
Cheers!
Ismael
Perfect! Thank you very much.
Consider this ticket closed.