Reply To: Short Codes Colors
October 2, 2018 at 5:35 am
#11284
Grace Themes
Member
To change the Accordion tab color
Go to the Appearance -> Editor -> style.css file
add below css code at the end of file
.accordion-box h2.active {
background-color: #007bd6 !important;
}
Regards
Grace Themes