Hi, I'm having some trouble with the formatting done to the site title not showing up on mobile. Menu works fine though. Any fix for this?
-
Site title on mobile
-
Hey Erik,
You can find site title customization options for mobile in "customize" -> "Mobile" -> "mobile site title".
Not sure if that answers your question.
-
Hi Armin! Thanks for getting back. Problem is, those settings don't seem to include everything from the text format. If I'm using a format that has ALL CAPS specified, that specific aspect isn't carried.
One solution would be to actually write the title in all caps, but that don't look too good in the websites browser tab, in search listings and so on.
-
True true, I'm writing that down.
In the meantime you can use this css:
.mobile-title.text{ text-transform: uppercase; }
-
+1 for this