New Landing How can we help? Themeforest Theme Support Nota Change "sli-icon-user" to "sli-icon-user-female" in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Nota
  • #318992
    Stonedb
    Member
    Post count: 34

    Hey,

    Can you tell me where is the files to change “sli-icon-user” to “sli-icon-user-female” in header. Don’t find it :/.

    I have try header.php , nota/template-parts/header/header3.php

    But don”t find the correct line.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #319008
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your functions.php of the child theme

    add_filter( 'nota_account_icon', 'sf_custom_user_icon');
    function sf_custom_user_icon() {
         return '<i class="sli-icon-user-female"></i>';
    
    }

    Let me know if it worked.

    -Rui

    #319011
    Stonedb
    Member
    Post count: 34

    PERFECT ! Thanks

    #319012
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 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