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

    (1) How to change the shape for SCROLL TO TOP from SQUARE to CIRCLE
    (2) Enlarge the ARROW

    #990935

    Hey fattlco,
    Please try this code in the General Styling > Quick CSS field:

    #scroll-top-link {
         border-radius: 50% !important; 
    }
    #scroll-top-link[data-av_icon]:before {
         font-size: 30px !important;
    }

    Please adjust the font-size to suit.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.