Removing "On Entire Site" Logo from "Just This Page"
fernhill_photography
Registered Users Posts: 4 Beginner grinner
I have seen a couple of older topics discussing this, but am unable to get the methods used then to work.
I would like to have one page that does not have my Logo, but still keep the Logo on Entire Site other than this page.
Any way to do this?
I would like to have one page that does not have my Logo, but still keep the Logo on Entire Site other than this page.
Any way to do this?
0
Comments
Just need a link to the site/page.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I've also tried using this CSS code to remove the Navigation and Logo but it's only removing the Navigation bar.
I just joined this site to discuss this topic. I am new and it will not let me share the html / css that I've used for reference
> Just need a link to the site/page.
It says "You have to be around for a little while longer before you can post links." so these are not direct links. There is no . c o m
fernhill.photography - is my main site
fernhill.photography / ItsAThangWedding - is the page I'm trying to replace logo/nav bar
You can either use a CSS block on this page or put this on your site-wide theme's custom CSS:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
> You can either use a CSS block on this page or put this on your site-wide theme's custom CSS:
>
> /* Removes Logo on ItsAThangWedding Page Only */ .sm-page-node-pLwZ63 .sm-page-widget-21205445 { display: none; }
Thank you so much, Mike!
Use one of the web tools.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk