Thanks for the awesome plugin. Very nice.
I’m having trouble getting the background image to display as per the above instructions. the title is displaying in the accordion, but the image is not. Thoughts?
Here’s my code:
[accordion id=”cnn”][accordion-item title=”CNN”]This is the content for the link.[/accordion-item][/accordion]
and here’s my css:
.accordion-title {
background-repeat: no-repeat;
background-position: left center;
padding-left: 30px;
}
#cnn:before {
background-image: url(“https://www.test.test.com/wp-content/uploads/2015/05/AtlanticSmall.png”);
}
Any idea why it’s not displaying?