• Resolved smikelot

    (@smikelot)


    Hello I would add an icon image before “language” text, Ho wI can do with css ? tnx

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    Something like this:

    #gtranslate_wrapper:before {
        content: "";
        display: block;
        background: url("...") no-repeat;
        width: 20px;
        height: 20px;
        float: left;
        margin: 0 6px 0 0;
    }

    Alternatively you can modify Widget Code section in GTranslate plugin settings page to add HTML img icon.

    Thanks! ??

    • This reply was modified 2 years, 2 months ago by edo888.
Viewing 1 replies (of 1 total)
  • The topic ‘icon before language text’ is closed to new replies.