Custom Icon to button right side
-
Hello Support,
I wanted to use custom icon on button.
Please see the attached screenshot and help to add the long think right arrow icon.
Regards,
Alex
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the icon URL or code from FontAwesome icons and page URL so that we could give you custom CSS.
Best Regards
Hello Elise,
Thank you for your reply.
Please see the details below and the screenshot where I wanted to add the button icon.
We want use same button with icon to other section also.
Thank you for your help.
Regards,
Alex
Hello,
Please provide your site admin access or add the icon to the button in the button settings so that I could replace it with the custom image.
Best Regards
Hello Elise,
I have add “fas fa-long-arrow-alt-right” icon to the button.
Please check.
Thank you.
Regards,
Alex
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .fa-long-arrow-alt-right:before {
content: "";
width:60px;
height:10px;
background-image:url(https://www.urthapparel.com/wp-content/uploads/2020/09/arrow-right-white.png);
background-position:center right;
background-size:contain;
display:block;
background-repeat: no-repeat;
}
Best Regards
Hello Elise,
Working!
Thank you very much for your help.
Regards,
Alex
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Custom Icon to button right side’ is closed to new replies.