Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Chika Ibeneme

    (@chikaibeneme)

    @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.

    Thread Starter rnrdesign

    (@rnrdesign)

    Thanks for the reply, that was the option I was going to go with as a last resort, wanted to check if there was an easier way to do this when changing the default color scheme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Icon Color’ is closed to new replies.