Home Forums WoodMart support forum Scroll to top button change

Scroll to top button change

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

    cagrikucukel
    Participant

    How can I change the scroll to top button?

    #170694

    Hello,

    What do you want to change: location or text? Location is changed by custom CSS, provide more details, if you need it.

    In order to translate, use the free Loco plugin You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Best Regards

    #170699

    cagrikucukel
    Participant

    I want change to icon. (arrow)
    I will put a different svg image.

    #170709

    Hello,

    Please upload your SVG into the Media Library and provide its URL I will provide the custom CSS.

    Best Regards

    #170712

    cagrikucukel
    Participant

    I uploaded the file.

    #170735

    Hello,

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

    .scrollToTop.button-show:hover,
    .scrollToTop.button-show {
        background-color: transparent;
        box-shadow: 0 0 5px transparent;
        color: transparent;
    	background-image:url(https://www.agdaevi.com/wp-content/uploads/2020/01/yukarii.svg);
    	background-repeat:no-repeat;
    	background-size:contain;
    }

    Best Regards

    #170906

    cagrikucukel
    Participant

    Doesn’t work. Please check screenshots. And i give you site admin access. Please help me. Thx.

    Attachments:
    You must be logged in to view attached files.
    #170939

    Hello,

    I cannot log in. Please check Theme Settings > Footer > enable Back to top button.

    Check the credential and provide valid ones.

    Best Regards

    #171028

    cagrikucukel
    Participant

    Scroll to top is already open. Please re-view the screenshots. (Look at the bottom left.)

    #171031

    Hello,

    Please update the theme and deactivate the the plugins not related to the theme, something influences on the Back to top button, it does not work at all now.

    Best Regards

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