Home › Forums › Pro Themes › Signify Pro › I only want to display Logo and Site Tagline on the Homepage
Tagged: homepage site tagline logo
- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by
Nikolas Rex.
-
AuthorPosts
-
March 14, 2021 at 4:00 am #146394
Nikolas Rex
ParticipantI 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.
March 15, 2021 at 2:20 am #146474Psink
KeymasterHello Nikolas Rex
Please Follow the screen record to display site logo and site tagline only
https://www.awesomescreenshot.com/video/3060521?key=743816b48c5f758b28fb87ef36d3d763And 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,
PsinkMarch 18, 2021 at 1:15 am #146719Nikolas Rex
ParticipantThis 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.
March 18, 2021 at 6:39 am #146730Psink
KeymasterCan 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,
PsinkMarch 19, 2021 at 2:17 am #146784Nikolas Rex
ParticipantHello,
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.
March 19, 2021 at 2:50 am #146790Psink
Keymasterhello Nikolas Rex
Please add this css in the additional css
body:not(.home) .site-branding { display: none; }Have a great day
regards,
psinkMarch 20, 2021 at 12:38 am #146845Nikolas Rex
ParticipantTHANK 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!
-
AuthorPosts
- You must be logged in to reply to this topic.





