Currently, I am working on customizing the appearance of the active content header in my accordion for WP Bakery. After successfully changing the background color using the code below, I am now looking to make the text white:
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title {
background-color: #8B68AC !important;
}
I attempted the following:
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title {
background-color: #8B68AC !important;
}
While the background color change was successful, I'm still trying to figure out how to set the text color to white.