Home Forums WoodMart support forum Custom Icon to button right side

Custom Icon to button right side

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #226485

    alexurth
    Participant

    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.
    #226527

    Hello,

    Please provide the icon URL or code from FontAwesome icons and page URL so that we could give you custom CSS.

    Best Regards

    #226593

    alexurth
    Participant

    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

    #226668

    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

    #226725

    alexurth
    Participant

    Hello Elise,

    I have add “fas fa-long-arrow-alt-right” icon to the button.

    Please check.

    Thank you.

    Regards,
    Alex

    #226801

    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

    #226904

    alexurth
    Participant

    Hello Elise,

    Working!
    Thank you very much for your help.

    Regards,
    Alex

    #226937

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Custom Icon to button right side’ is closed to new replies.