- This topic has 5 replies, 2 voices, and was last updated 5 years, 8 months ago by
Andrew Misplon.
Tagged: color mobile view site title
- AuthorPosts
- August 21, 2019 at 8:38 pm #13069
Andrew MisplonKeymasterHi 🙂 It looks good on my end on mobile. I’m not sure why it isn’t on yours. You could try adding to
Customize > Additional CSS
the following:@media (max-width: 1024px) { .site-header .site-branding h1.site-title, .site-header .site-branding p.site-title { color: #333; } }
August 22, 2019 at 2:49 pm #13077
KarenParticipantHi Andrew,
I forgot to specify that the issue is on the interior pages only, not the homepage. I inserted your css snippet but I still can’t see the title on the interior pages (for example: https://www.pilates4living.co.uk/about-vanessa-gretton/)
Can you see the title on any of the interior pages?
Thanks, Karen
August 22, 2019 at 2:52 pm #13078
Andrew MisplonKeymasterThanks. In your Custom CSS you have:
.page-template .site-header .site-branding p.site-title { color: #fff; }
Replace that with:
@media (min-width: 769px) { .page-template .site-header .site-branding p.site-title { color: #fff; } }
August 22, 2019 at 2:56 pm #13079
KarenParticipantThat did the trick. Thanks a million Andrew.
Karen
August 22, 2019 at 4:00 pm #13082
Andrew MisplonKeymasterGlad that helped 🙂
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.