Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • romolo Friend
    #724990

    Hi,

    How can we hide the “My Account” text on when the site is being viewed on Mobile/Tabet and only show the font awesome icon?

    This is how it appears in desktop size:

    This is how it appears in mobile size:

    Please advise how to hide the text when in responsive mobile size and only show the font awesome icon.

    Thanks

    Adam M Moderator
    #725102

    Hi @romolo,

    You can try with :

    @media screen and (max-width: 991px) {
    .head-login {
    text-indent: -999px;
    color: transparent !important;
    }
    }

    Adam M Moderator
    #754891

    Hi @romolo,

    You can try with :

    @media screen and (max-width: 991px) {
    .head-login {
    text-indent: -999px;
    color: transparent !important;
    }
    }

    romolo Friend
    #725142

    Thanks @adam M,

    This worked great.

    Thanks

    romolo Friend
    #754923

    Thanks @adam M,

    This worked great.

    Thanks

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

This topic contains 5 replies, has 2 voices, and was last updated by  romolo 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum