Removing the Logo at the top of the page
trainphotography
Registered Users Posts: 8 Beginner grinner
Hello
I need a page without the logo/menu. I do not want every page to not have the menu/logo but just one single page.
This is the page: http://www.trainphotography.net/Other-Project/Home
I removed the menu using this CSS that another forum member gave me.
You can hide the menu with:
.sm-page-widget-10244660 {
display:none;
}
How do I do the same for the logo and if possible the social icons.
Thank you
I need a page without the logo/menu. I do not want every page to not have the menu/logo but just one single page.
This is the page: http://www.trainphotography.net/Other-Project/Home
I removed the menu using this CSS that another forum member gave me.
You can hide the menu with:
.sm-page-widget-10244660 {
display:none;
}
How do I do the same for the logo and if possible the social icons.
Thank you
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks
It worked to remove the logo but not the social icons. I just took the social icons and turned them all off to fix that.