The Big Spring Sale! Up to 50% off!

scaleable Back to the top button

thilo
8 Posts
thilo posted this 11 January 2022
Ask a Question

Hi NP-Team,
Is there a way to change the size of the Back to top button? Its only a "aesthetical" issue - but nice to have ;-)

Have a great day,
Thilo

Hi NP-Team, Is there a way to change the size of the Back to top button? Its only a "aesthetical" issue - but nice to have ;-) Have a great day, Thilo
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
JSP59
4 Posts
JSP59 posted this 11 January 2022

Bonjour.

Il suffit de placer le code ci-dessous (après l'avoir adapté) dans le CSS de la page.

Bon courage.

.u-back-to-top {
width: 40px!important;
height:40px!important;
}
u-svg-link {
width: 40px!important;
height:40px!important;
}
Bonjour. Il suffit de placer le code ci-dessous (après l'avoir adapté) dans le CSS de la page. Bon courage. .u-back-to-top { width: 40px!important; height:40px!important; } u-svg-link { width: 40px!important; height:40px!important; }
You must log in or register to leave comments