- This topic has 4 replies, 2 voices, and was last updated 1 month, 4 weeks ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Signify Pro › Site Title Not Displaying on Mobile
Hi everyone,
I’m using the Signify Pro theme for my WordPress site and I’ve run into a problem with the site title not showing up on mobile devices.
On desktop, both the logo and the site title are displayed perfectly.
But when I view the site on a mobile device, only the logo is visible — the site title is completely missing.
I’ve already checked the Customizer settings under “Site Identity” to make sure the option to display the site title is enabled. It’s working fine on desktop but not on mobile.
Thanks in advance for your help!
@corinna, Yes the site title by default is hidden for smaller devices. You can add this CSS in the Additional CSS to show the site title on smaller devices
.wp-custom-logo .site-identity {
display: block !important;
}
@psink
Thank you very much. Unfortunately I can’t adjust the size of the title. Because the size of the title for the desktop version is simply adopted.
@corinna, You can add the below CSS to adjust the font size of site title and site description
@media screen and (max-width: 567px) {
.site-identity .site-title{
font-size: 18px;
}
.site-identity .site-description{
font-size: 12px;
}
}
Please adjust the font size value as per your requirement
@psink
thank you very much
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |