Home Forums WoodMart support forum To the TOP Botton

To the TOP Botton

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #565514

    henryvieira7
    Participant

    Dear Sir!

    I’m a little lost in finding where to configure the button that goes to the top. I still try to search the documentation and the forum, but without success.

    Can you help please?

    Thank you

    Best regards
    Henry vieira

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

    Hung Pham
    Keymaster

    Hi henryvieira7,

    Thanks for reaching to us.

    Go to Theme Settings > Footer > footer and enable Scroll to top button option https://prnt.sc/TLhXshTmtXYz

    Regards,

    #565789

    henryvieira7
    Participant

    Hello!

    I got it
    However, can this be configured? Like changing color and/or shape?

    thank you

    Best regards

    Henry

    #565941

    Hung Pham
    Keymaster

    Hi henryvieira7,

    Thanks for reaching to us.

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

    a.scrollToTop {
    	width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	background-color: #000;
    	color: #fff;
    	font-size: 16px;
    }

    Regards,

    #566558

    [email protected]
    Participant

    And what about the hover colour? Can’t find that one in the CSS. Thanks!

    #566574

    henryvieira7
    Participant

    Hi

    I don’t know what to say about the hover color, but it’s a good question… See if support can comment on that…
    Cheers

    #566576

    Hung Pham
    Keymaster

    Hi henryvieira7,

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

    a.scrollToTop:hover{
    	background-color: #000;
    	color: #fff;
    }

    Regards,

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