Hi @troyw2015
I hope you are doing well. We’ll try to bring this feature if it’s convenient for us. I’ll discuss this with our team and if possible we’ll try to add this feature as well.
Here I am sharing a custom CSS for you to make each tab different colour.
You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/
.eb-accordion-qln1495.eb-accordion-container .eb-accordion-wrapper:nth-child(1) .eb-accordion-title-wrapper {
background-image: unset;
background-color: #ffffff !important;
}
.eb-accordion-qln1495.eb-accordion-container .eb-accordion-wrapper:nth-child(2) .eb-accordion-title-wrapper {
background-image: unset;
background-color: #FF0000 !important;
}
.eb-accordion-qln1495.eb-accordion-container .eb-accordion-wrapper:nth-child(3) .eb-accordion-title-wrapper {
background-image: unset;
background-color: #FFFF00 !important;
}
Note that please change .eb-accordion-qln1495
with your accordion ID name. and change your background colour from your end.
Let me know how it goes now.
Thank You