Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #56213
    alemarengo
    Member
    Post count: 695

    Hi there!
    Is there a chance to include an icon before the price?
    I’d like to add the price tag icon just before the price in the same span.
    Thanks for reply in advance!

    #56273
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach a screenshot and share your website URL so i can suggest you a quick solution .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #56278
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You could try something like this:

    .summary .price:before {
      content: "\f02b";
      font-family: fontawesome;
      font-size: 16px;
      margin-right: 7px;
    }

    If you let me know which icon you want to use I can provide you with the correct css.

    – Kyle

    #56661
    alemarengo
    Member
    Post count: 695

    Hi Kyle and Mohammad.
    What about using SS Gizmo font?
    I’d like simply to add the price tag icon, .ss-tag 
    How can I add it?
    Thanks and best regards.

    #56722
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this ๐Ÿ™‚

    Add it to your custom css in theme options > custom css/js

    .summary .price:before {
      font-family: 'ssgizmo';
      content: "\E100";
      font-size: 18px;
      margin-right: 7px;
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register