Home Forums WoodMart support forum Custom Image for up arrow

Custom Image for up arrow

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #145336

    CBWDFAS
    Participant

    On the bottom right of the site there is that quick up button with an arrow in it, can we use our own image in there besides the arrow?

    #145379

    Hello,

    Please provide the screen and page URL of the arrow. Also, provide the image URL we shall check if it is possible to replace with the CSS.

    Best Regards

    #148125

    CBWDFAS
    Participant

    If you goto https://dfriel.com/ and scroll down at all you will see the arrow pointing up, the thing that allows a user to goto the top of the page quickly. We have a fish fin that would go perfect in there, and I can have the file created how ever we would need it to be so it works. Like if a needs to be line art or something. See screenshot

    #148156

    Hello,

    Please provide the image URL and your site admin access I will provide custom CSS to put it on the bottom.

    Best Regards

    #148228

    CBWDFAS
    Participant

    I put info in private area

    #148245

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .scrollToTop:after {
        content: "";
    	border:none;
    }
    body .scrollToTop.button-show {
    background-image:url(https://dfriel.com/wp-content/uploads/2019/08/DFriel-ConnectedByWater-Ovalfin_FINAL_DarkBlue_512x512.png);
    	background-size:contain;
    	background-repeat:no-repeat;
    	background-position:center center;
    	border:none;
    }

    Best Regards

    #148247

    CBWDFAS
    Participant

    Wow, thank you so much

    #148261

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Custom Image for up arrow’ is closed to new replies.