Title on Mobile Page / Featured Image
- The topic ‘Title on Mobile Page / Featured Image’ is closed to new replies.
Need help? Check out our Support site, then
Hello. I cannot figure out how to edit my title so that it doesn’t show incorrectly on the mobile platform. (ie. When I switch over, the break isn’t between my first and last name.)
Also, is it possible to reduce the sizes of the featured image? And if you cannot reduce them, how do you hide them? I cannot figure out how to do that either.
The blog that I need help with is
https://rebekahsimmers.com/
Thank you in advance.
Rebekah
The blog I need help with is: (visible only to logged in users)
I found this css on another answer and adjusted the font until it seemed to work.
.site-title a{
font-size: 45px;
}
Hi Rebekah,
Glad to hear you sorted out the site title size. :)
For hiding featured images on pages, you can try adding the following style:
.page .feature-img.banner {
display: none;
}
I hope this helps.
Thanks!