You can modify the appearance of your according using css stylesheet< h4>Collapse/Expand icon The collapse icon can be changed by setting a background image on the CSS classes "ludo-accordion-expanded" and "ludo-accordion-collapsed".

This is the default styling:
.ludo-accordion-collapsed{
  width:14px;
  height:100%;
  float:left;
  background: url(../images/accordion/accordion-collapsed.png) no-repeat center center;
}

.ludo-accordion-expanded{
  background: url(../images/accordion / accordion - expanded.png) no-repeat center center
}


If you want to right align the expand icon, you can change it\'s position to absolute and setting the right property to 0