Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #457443

    how can i change the image of the slide up button http://i.imgur.com/lR76M3g.jpg

    #457614

    Hi alfaweb2!

    It’s using an icon, not an image. What would you like to change it to?

    Best regards,
    Rikard

    #457616

    Yes. please.

    #457618

    is there a way to built such an icon by myself and replace it with the one is use now?

    #457624

    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

    #457635

    OK, i have tried this but see no effect?

    #457794

    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

    #457823
    This reply has been marked as private.
    #457828

    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

    #457838

    OK, i do this with photoshop.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘change slide up (to the top)’ is closed to new replies.