End of Support for Joomla 3 - Forum closed
Can I change icon and colors for To-Top-Scroller?
- FernandoXD
- Offline Topic Author
- Junior Boarder
- Posts: 30
- Thank you received: 0
Can I change icon and colors for To-Top-Scroller? was created by FernandoXD
Posted 9 years 2 months ago #9615
I want know that... If I can change the icon and the color for this feature...
by FernandoXD
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Can I change icon and colors for To-Top-Scroller?
Posted 9 years 2 months ago #9617
Yes you can.
1.) Search the "to top scroller" class at the source code
2.) Open the css/custom.css
3.) Insert your found to-top scroller class, like this and edit the style
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
1.) Search the "to top scroller" class at the source code
2.) Open the css/custom.css
3.) Insert your found to-top scroller class, like this and edit the style
www.joomlaplates.com/template-customizing.tm-totop-scroller {
bottom: 20px;
color: #444444;
display: block;
font-size: 14px;
height: 20px;
line-height: 20px;
position: fixed;
right: 20px;
text-align: center;
top: inherit;
transition: all 0.05s linear 0s;
width: 20px;
z-index: 1000;
}
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- FernandoXD
- Offline Topic Author
- Junior Boarder
- Posts: 30
- Thank you received: 0
Replied by FernandoXD on topic Can I change icon and colors for To-Top-Scroller?
Posted 9 years 2 months ago #9619
And how to change the arrow icon?
by FernandoXD
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Can I change icon and colors for To-Top-Scroller?
Posted 9 years 2 months ago #9620
Search the scroller with Firebug and look to the css file:
Attachment icon.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
The following user(s) said Thank You: FernandoXD
Please Log in or Create an account to join the conversation.
- FernandoXD
- Offline Topic Author
- Junior Boarder
- Posts: 30
- Thank you received: 0
Replied by FernandoXD on topic Can I change icon and colors for To-Top-Scroller?
Posted 9 years 2 months ago #9621
O.O ok thanks
by FernandoXD
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates