Comments 2Alex started the conversationNovember 17, 2019 at 1:58pmHow can I enter a FontAwesome symbol on my slider buttons? 1,895Barry repliedNovember 17, 2019 at 2:37pmHi Alex,Instead of using the button fields in each slide you can add the button shortcode, with icon attribute, to the slide content textarea (see attached screenshot):[button href="yourdomain.com" icon="fa-angle-right"] Text [/button]Best regards,BarryQreativeThemes.com | Our WordPress Themes | Hire Me | Rate Us ★ 2Alex repliedNovember 17, 2019 at 5:32pmCan I place the icon on the right side of the button? 1,895Barry repliedNovember 17, 2019 at 5:39pmThis will be possible by using some custom CSS. Please add the following line to Appearance -> Customize - > Additional CSS: .btn i { float: right; margin: 2px 0 0 10px; } Best regards,BarryQreativeThemes.com | Our WordPress Themes | Hire Me | Rate Us ★ Sign in to reply ...
How can I enter a FontAwesome symbol on my slider buttons?
Hi Alex,
Instead of using the button fields in each slide you can add the button shortcode, with icon attribute, to the slide content textarea (see attached screenshot):
[button href="yourdomain.com" icon="fa-angle-right"] Text [/button]
Best regards,
Barry
QreativeThemes.com | Our WordPress Themes | Hire Me | Rate Us ★
Can I place the icon on the right side of the button?
This will be possible by using some custom CSS. Please add the following line to Appearance -> Customize - > Additional CSS:
.btn i { float: right; margin: 2px 0 0 10px; }Best regards,
Barry
QreativeThemes.com | Our WordPress Themes | Hire Me | Rate Us ★