- Posts: 25
- Thank you received: 0
Rename font size button 's labels
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
12 years 9 months ago #16450
by fdussaussoy
Rename font size button 's labels was created by fdussaussoy
Hi,
I'd like to rename labels of the Font size button.
when positionning mouse on it, we can see "Font Increase", "Font Decrease", I'd like to change into French.
can you help me ?
Thank you
regards,
François
I'd like to rename labels of the Font size button.
when positionning mouse on it, we can see "Font Increase", "Font Decrease", I'd like to change into French.
can you help me ?
Thank you
regards,
François
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16460
by ivan.milic
Replied by ivan.milic on topic Re: Rename font size button 's labels
That is custom html module. Go to module manager find "Font Resizer" and edit its content.
Please Log in to join the conversation.
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
12 years 8 months ago #16928
by fdussaussoy
Replied by fdussaussoy on topic Re: Rename font size button 's labels
Hi Ivan,
Thank you for your answer but, I'm sorry, I can't find "Font Resizer" in module manager.
Any idea ?
Thank you,
François
Thank you for your answer but, I'm sorry, I can't find "Font Resizer" in module manager.
Any idea ?
Thank you,
François
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #16943
by ivan.milic
Replied by ivan.milic on topic Re: Rename font size button 's labels
Here is HTML you need to have in that module:
also activate Font re-size script in template parameters if not already activated.
Code:
<div id="font_resize">
<a href="#" class="decreaseFont" title="Font Decrease">
A-
</a> |
<a href="#" class="resetFont" title="Font Reset">
Reset
</a> |
<a href="#" class="increaseFont" title="Font Increase">
A+
</a>
</div>
also activate Font re-size script in template parameters if not already activated.
Please Log in to join the conversation.
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
12 years 8 months ago #16947
by fdussaussoy
Thank you for you answer but, Font re-size parameters is activated in parameters.
I don't see this custom html module in module manager...
François
Replied by fdussaussoy on topic Re: Rename font size button 's labels
Thank you for you answer but, Font re-size parameters is activated in parameters.
I don't see this custom html module in module manager...
François
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #16954
by ivan.milic
Replied by ivan.milic on topic Re: Rename font size button 's labels
Well i gave you code so if it is not there add new.
Please Log in to join the conversation.
Time to create page: 0.133 seconds