Hi. I am trying to add xicon info circle - FA f05a to my accordion title as shown in the attached image. I have tried using the following css and adding the class to the accordion as follows.
.info_icon a{
float: right; content: “\f05a”; font-size: 1.2em;
}
[accordion_item title=“Search Main Street” id=“inpage” clas=“info_icon”]
Not sure what I have wrong here.
Thanks