- This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Signify Pro › I only want to display Logo and Site Tagline on the Homepage
Tagged: homepage site tagline logo
I can’t seem to figure out how to display website logo and site tagline ONLY on the homepage. I only have the option to completely disable it or have it display everywhere and I’d rather not have to install a plugin to hide the logo and site tagline for every page except the homepage.
Thanks.
Hello Nikolas Rex
Please Follow the screen record to display site logo and site tagline only
https://www.awesomescreenshot.com/video/3060521?key=743816b48c5f758b28fb87ef36d3d763
And add this CSS in the Additional CSS to display the site tagline just below the Site logo
.site-branding {
display: block;
text-align: center;
max-width: 100%;
}
.custom-logo {
margin: auto;
}
.wp-custom-logo .site-identity {
margin: 0;
text-align: center;
}
.wp-custom-logo .custom-logo-link,
.wp-custom-logo .site-identity {
display: block;
}
Regards,
Psink
This does not answer my question. I already know how to customize the logo. The problem is that my logo and header show on EVERY page of my website. I want it to show ONLY on the Welcome/main page, not every page.
Thank you.
Can you please share your site URL?
So you only want to show the logo on the homepage and hide it in the rest of all other pages.
And what about the site title and site description do you want to show for all pages or you want to do the same thing as a logo.
Regards,
Psink
Hello,
Here is my website:
https://www.purveyorofgreatfun.com/
And yes I would like the site title, logo, and description just to show on the main home/welcome page but nowhere else.
hello Nikolas Rex
Please add this css in the additional css
body:not(.home) .site-branding {
display: none;
}
Have a great day
regards,
psink
THANK YOU!
I was messing around with it for hours trying to figure it out and this worked immediately. Just what I wanted, again, thank you!
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. |