in General Discussion by
How do I make my menu ALL CAPS? Or for that matter, headings, paragraphs, etc. Thanks

1 Answer

by james (5.3k points)
Hi

It can be done by using CSS:-
File -> Preference -> Custom CSS
#ttr_page .ttr_menu_items
{
text-transform:uppercase;
}
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...