how can i change the image of the slide up button http://i.imgur.com/lR76M3g.jpg
Hi alfaweb2!
It’s using an icon, not an image. What would you like to change it to?
Best regards,
Rikard
Yes. please.
is there a way to built such an icon by myself and replace it with the one is use now?
Hi!
Yes, it is possible.
You have to design an image, or use a font, and the target it with
.avia-pop-class {
content: “yourimageurlhere.png”;
}
Let us know if we can do anything else for you.
Best regards,
Basilis
OK, i have tried this but see no effect?
Hey!
Please use following code instead
a#scroll-top-link {
content: url(https://cdn3.iconfinder.com/data/icons/watchify-v1-0-32px/32/arrow-up-128.png);
}
a#scroll-top-link:before {
display: none;
}
Cheers!
Yigit
Hey!
That is because of the image you are using. You can edit it using a software like PhotoShop and set white background to arrow and clear the edges or you can use another image? :)
Best regards,
Yigit
OK, i do this with photoshop.