• Resolved praxs1979

    (@praxs1979)


    Hi,

    I want to change Wishlist Icon from flag to heart icon..

    can you please let me know how can i edit the icon..

    Regards
    Prakash

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @praxs1979!

    That comes from CSS, it is a custom icon, set as before. You can change this with CSS.
    See the attachment, please: https://prnt.sc/1x1wtgj
    But, if you want to use any icon library, then you need to load that icon first.

    Thank you!

    Thread Starter praxs1979

    (@praxs1979)

    I am replacing below code

    .tutor-icon-fav-line:before {
    content: “\e909”;
    }

    with

    .tutor-icon-fav-line:before {
    content: “\e9ed”;
    }

    but still is not working…

    Hello @praxs1979!

    You have to include your own icon first, which icon are you using? is it font-awesome? then you have to include font-awesome.
    And our icons are predefined,if you want you can include your custom icon in the SVG format. you will get in this file location,/plugins/tutor/assets/icons/font/tutor.svg

    Thank you!

    Thread Starter praxs1979

    (@praxs1979)

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wishlist Icon how to change’ is closed to new replies.