M maxwolfie Active member Aug 14, 2014 #1 Hi all, I was hoping someone might be able to let me know how to make the text in my menu in CAPITALS rather than the Usual. See attached - highlighted in yellow. The style is Core Light if that makes any difference. Any help appreciated! Attachments Capture.webp 28.2 KB · Views: 14
Hi all, I was hoping someone might be able to let me know how to make the text in my menu in CAPITALS rather than the Usual. See attached - highlighted in yellow. The style is Core Light if that makes any difference. Any help appreciated!
Barbossa Active member Aug 14, 2014 #2 Not sure if its a best way to do, but I have tried this by searching associated phrases from language file, and change it there. Upvote 0 Downvote
Not sure if its a best way to do, but I have tried this by searching associated phrases from language file, and change it there.
DEZero Well-known member Aug 14, 2014 #4 Extra.css .navTabs .publicTabs .navLink { text-transform: uppercase; } Im sure you can use the style properties, but this is how I'd do it. Upvote 0 Downvote
Extra.css .navTabs .publicTabs .navLink { text-transform: uppercase; } Im sure you can use the style properties, but this is how I'd do it.
Amaury Well-known member Aug 14, 2014 #5 DEZero said: Im sure you can use the style properties, but this is how I'd do it. Click to expand... Yes. Style Properties > Header and Navigation > Navigation Bar Container Add that CSS there. Upvote 0 Downvote
DEZero said: Im sure you can use the style properties, but this is how I'd do it. Click to expand... Yes. Style Properties > Header and Navigation > Navigation Bar Container Add that CSS there.