End of Support for Joomla 3 - Forum closed

To-Top Scroller sichtbarer gestalten

To-Top Scroller sichtbarer gestalten was created by rovchod

Posted 8 years 7 months ago #17970
Wie kann ich den to-Top Scroller in Größe und Farbe modifizieren?
Ich möchte ihn etwas besser sichtbar gestalten.

Danke im Voraus
lg
Johann
by rovchod

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic To-Top Scroller sichtbarer gestalten

Posted 8 years 7 months ago #17976
Hallo,
die Formatierung können sie über die css/custom.css vornehmen:

.tm-totop-scroller {
background: #555 url("../images/backtotop.png") no-repeat scroll center center;
border-radius: 100px;
display: block;
height: 40px!important;
text-indent: -9999px;
transition: all 0.2s linear 0s;
width: 40px !important;
}
.tm-totop-scroller:hover {
background: #ccc url("../images/backtotop.png") no-repeat scroll center center;
border-radius: 100px;
display: block;
height: 40px!important;
text-indent: -9999px;
transition: all 0.2s linear 0s;
width: 40px !important;
}


www.joomlaplates.de/support/dokumentation/template-bearbeiten

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum