• Good day – is there a way to use a custom font for the icons rather than font awesome? While font awesome is awesome we have our own icon set that we would like to use for buttons. Want to upgrade to pro but would like to be sure that this would work when we upgrade.

Viewing 1 replies (of 1 total)
  • Plugin Author Gautam Thapar

    (@gautamanizer)

    Hi there,

    Sorry for the late response.

    There is no direct way to use SVG but you can add SVG file as an icon image and then you will need to add icon width and height through custom CSS. In the PRO version, you can add the below CSS code in the custom CSS field on the button edit screen.

    #btnsx-preview-btn .btnsx-btn-icon-img { width: 20px; height: 20px; } #btnsx-preview-btn .btnsx-icon-img { width: 20px; height: 20px; }

Viewing 1 replies (of 1 total)
  • The topic ‘Using Custom SVG Icon Font Set’ is closed to new replies.