End of Support for Joomla 3 - Forum closed
To-Top Scroller sichtbarer gestalten
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
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.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8839
- Thank you received: 1736
Replied by joomlaplates on topic To-Top Scroller sichtbarer gestalten
Posted 7 years 8 months ago #17976
Hallo,
die Formatierung können sie über die css/custom.css vornehmen:
www.joomlaplates.de/support/dokumentation/template-bearbeiten
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
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates