I would like the the left arrow next to the Back text on the page.
[av_font_icon icon='ue884' font='entypo-fontello' style='' caption='' link='page,738' linktarget='' size='40px' position='center' animation='deactivated' color='#000000' av_uid='' custom_class='' admin_preview_bg=''][/av_font_icon]Back
Hey garretfw,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
h1 > .av_font_icon {
display: inline-block !important;
}
Please clear your browser cache and check.
I recommended adding a custom class to your icons, so we can be more specific in the css, you can enable this option by going to Enfold Theme Options > Layout Builder > Show element options for developers and adjusting the css to suit.
Best regards,
Mike