Viewing 1 replies (of 1 total)
  • Plugin Version 4.09

    Go to: Plugins>Google Language Translator>Edit
    On the column on the right edit the 5th from the bottom called:
    google-language-translator/css/toolbar.css
    there you’ll find something like:

    background:linear-gradient(center top, #5c5c5c, #5c5c5c);
    background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
    background: -webkit-linear-gradient(#5c5c5c, #5c5c5c);
    background: -moz-linear-gradient(#5c5c5c, #5c5c5c);
    background: -o-linear-gradient(#5c5c5c, #5c5c5c);
    background: -ms-linear-gradient(#5c5c5c, #5c5c5c);
    background: linear-gradient(#5c5c5c, #5c5c5c);

    background: -o-linear-gradientcenter (center top, #5c5c5c, #5c5c5c); /* For Opera 11.1 to 12.0 *
    etc.

    The #XXXXXX where X is number or letter defines the colour, I use the https://www.color-hex.com to define the colours and the #5c5c5c that you see above is a grey type colour, use the one that you prefer then hit the:
    Update File button on the bottom.

    See the changes on your site and do not hesitate to play around by modyfing the above #XXXXXX, if there’s something that you don’t like you can always edit again the code!

    IMPORTANT
    I strongly suggest before making any changes to the original .css to
    copy the original code and save it in a .txt, .doc or whatever so in case something goes wrong you can restore it to the original code

    Cheers
    https://www.instate.gr

Viewing 1 replies (of 1 total)
  • The topic ‘Change floating widget colour’ is closed to new replies.