Replies: 0
I apologize for such a tyro question but in order to have the title field of my AB Accordion blocks appear the same color as the background of the page they are on, by trial and error I arrived at putting this bit of CSS in the “Additional CSS” customization of my theme.
.ab-block-accordion .ab-accordion-title {background-color:inherit;}
Is this the recommended way to modify block appearance? Or is there a more direct or possibly supported method?