Would it be possible to change the color (both regular and hover) of the image?
Or is it possible to do so changing the code?

Thanks in advance

Comments

acke’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

It's possible to change color if you use the text/css setting. But it's not possible to change color of the image. It's possibly better to use a font icon then png image. Then it's easier to change colors.

Right now it's possible to change the image with css in a custom theme:

#backtotop {
  background: url("images/backtotop.png") no-repeat center center;
}