Hi. I would like to add an image to my accordion titles and have followed the post here https://theme.co/apex/forums/topic/using-an-image-as-accordion-title/ (using pro)
I added the following css to my accordion and customizer as follows and sized the image to 35px x 35px
[accordion_item class=“badge_builder” title=“100 pts - Personal Ownership and Engagement Badge” open=“no”]
.badge_builder a{
width: 35px;
height: 35px;
background: url(https://mysalus.org/wp-content/uploads/BuilderRank-100x100-100x100-1.png);
margin-right: 15px;
}
The result however show a larger image and not title as can be seen here https://mysalus.org/community/commons/#tab-3 (first accordion thus far)
Ideas? Thanks