Hi,
I noticed in the new release, this is one of the new additions in the shortcodes.css. Would you mind share what this is for?
/*iconlist animation*/
.avia_transform .av_font_icon{
opacity: 0.1;
-moz-transform:scale(0.5);
-webkit-transform:scale(0.5);
-o-transform:scale(0.5);
transform:scale(0.5);
}
We used .av_font_icon for some of the icons, this new change makes the icons shrink to scale (0.5) and opacity (0.1). What do I need to do to make sure it does not conflict with previous settings?
thanks,
Ismael,
do you have a live demo of this function/shortcode?
thanks