How to scale icon with shortcode with Revolution Slider?

I'm trying to scale an icon to match a larger font size in a Rev Slider text layer. 

Here is the sample shortcode I'm using:

[icon type="icon-clock" size="large"]  and no change...

I've tried size="36px" and still no change...

A quick view of the source shows the style for this <i> object is hard coded with the object (so it must be set with the shortcode):
<i class="icon-call" style="transition: none; text-align: center; line-height: 9px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 9px;"></i>

Is this possible with just a shortcode? Or is there a better way to add an icon to a text layer in RevSlider (perhaps use a true RevSlider button?)


Comments

Sign In or Register to comment.