Home Forums WoodMart support forum Scroll to top button

Scroll to top button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #148461

    CBWDFAS
    Participant

    I wrote a topic before about using a custom image instead of the arrow, but I cannot reply to that topic anymore so I am writing here.

    #148560

    Hello,

    Please replace the code https://prnt.sc/pf57wz with this one:

    body .scrollToTop.button-show {
    background-image:url(https://dfriel.com/wp-content/uploads/2019/10/DFriel-ConnectedByWater-Ovalfin_FINAL_LightBlue.png);
    background-size:80% 80%!important;
    background-repeat:no-repeat;
    background-position:center center;
    border:none;
    }

    And add this code:

    body .scrollToTop {
        background-color: yellow;
        box-shadow: 0 0 5px rgba(227,29,59,0.8);
    }

    Replace “yellow” with the color you wish.

    Best Regards

Tagged: 

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