When I generate the code for this icon to place in the menu, there is no option to flip/invert it but this option exist when used in the icon box. I have included a link to my site herein
add this to the css of the element
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
How ??
The change I have so far is in Enfold > header > Extra elements > Phone number or small info text
In that text box, I pasted the generated shortcode
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' size='30px' position=‘right’ color=''][/av_font_icon] 123456789
The phone icon is facing backward. I need to know how to have it face the opposite or correct direction
Hello This is 3 days now. Is there anyone to assist ?
Can someone respond to this for me?
Hey!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info .av-icon-char {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
Best regards,
Yigit
Thank you!
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
This can be closed
Hi,
Glad it’s sorted! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Please take a moment to review our theme on themeforest https://themeforest.net/downloads
Thank you for using Enfold :)
Best regards,
Vinay