• Resolved Kevin

    (@killab)


    Is it possible to change the color of the floating widget? I’m using the free version and when I’ve tried to inspect the element in Chrome/Firefox dev tools, I’ve been unable to locate the specific class/rule that sets the color.

Viewing 1 replies (of 1 total)
  • Thread Starter Kevin

    (@killab)

    I found the rule needed to change this.

    For others that may need to do the same here is the CSS needed to customize the widget color:

    #glt-translate-trigger {
      background: linear-gradient(#1, #2); /* replace #1/#2 with your desired colors -- can also just use a single color with rgb/rgba/hex */
    }

    Add the above to your child theme style.css or to the WP customizer custom CSS

    • This reply was modified 8 years, 5 months ago by Kevin.
Viewing 1 replies (of 1 total)

The topic ‘Change Floating Widget color’ is closed to new replies.