Icon "customer account"

Home Forums Jevelin Theme Icon "customer account"

Home Forums Jevelin Theme Icon "customer account"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Lonartorg
    Participant

    Hi there,

     

    Is it possible to change the header button of “My account” (screenshoot attached” for just an user icon? and if so, can you please let me know how? (I have disabled the button for now)

     

    Thanks!

     

    Site: https://www.whoisyourshero.com

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Lonartorg,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    li.menu-item.sh-nav-login a{
                line-height: 40px;
    }
    li.menu-item.sh-nav-login a:before {
        content: "\e005";
        font-family: 'simple-line-icons';
        font-size: 18px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    
    li.menu-item.sh-nav-login a span {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Lonartorg
    Participant

    Wow this work beutifully. Amazing, have no words to say how impressed I am! Thank you so much!

    You are most welcome here 🙂

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