Hi There
I am using a word in the menu and on a page heading that uses a macron. The letter appears larger than the others. Is it possible to change the size of that one letter. Screen shot and page in private details. It’s the first ‘a’ in the word Whānau.
Cheers Jane
Hey Byrne,
That character is likely not supported by the font you are using, that is probably why it looks like that. We can’t target that single character with CSS, but if you try to wrap it in a span element like so:
Wh<span class="special-a">ā</span>nau
Then you can target it using CSS like this:
.special-a {
font-size: 12px;
}
Best regards,
Rikard
Brilliant, thank you. Worked a treat.
Hi,
If you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon