@rnrdesign
Thanks for reaching out!
You’ll have to replace the image that is used with your own image, or you can just set the background to red, however, this will not maintain the current image’s shape.
To change the image, you can change the URL value within the brackets to that of your own.
Here is the CSS code to achieve that:
.tribe-common .tribe-common-svgicon–featured {
background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width=’16’ height=’20’ xmlns=’https://www.w3.org/2000/svg’%3E%3Cpath d=’M0 0h16v20l-7.902-5.122L0 20z’ fill=’%23334AFF’/%3E%3C/svg%3E);
background: red;
}
You can add it to your theme’s Custom CSS area.