Need help with custom CSS page on Smugmug

trainphotographytrainphotography Registered Users Posts: 8 Beginner grinner
edited May 1, 2015 in SmugMug Customization
Hello

I want to create a unique page that doesn't have the menu that smugmug puts on every page. I want just one page to be unique, and the rest to have the menus and other smugmug features.

This is the page I want to make unique: http://www.trainphotography.net/Other-Project

I emailed smugmug and they replied that it can be done with custom CSS. They even emailed me this link: http://www.dgrin.com/showthread.php?t=250671&highlight=blank+page to show how it is done. The issue is I do not know anything about CSS and very basic HTML.

Can someone help me with this.

Comments

  • trainphotographytrainphotography Registered Users Posts: 8 Beginner grinner
    edited May 1, 2015
    Creating a unique page without menu bar, title, etc...
    I would like to make this page unique: http://www.trainphotography.net/Other-Project

    On this page I would like to get rid of the menu bar across the top. i.e site title, navigation, and social links. I would like to do this for this page only.

    I emailed Smugmug and they reasoned with this link:

    http://www.dgrin.com/showthread.php?t=250671&highlight=blank+page

    The issue is I can not get it to work. I no nothing about CSS and know very basic HTML.

    Can anyone help me with this?
  • pilotdavepilotdave Registered Users Posts: 785 Major grins
    edited May 1, 2015
    I would like to make this page unique: http://www.trainphotography.net/Other-Project

    On this page I would like to get rid of the menu bar across the top. i.e site title, navigation, and social links. I would like to do this for this page only.

    I emailed Smugmug and they reasoned with this link:

    http://www.dgrin.com/showthread.php?t=250671&highlight=blank+page

    The issue is I can not get it to work. I no nothing about CSS and know very basic HTML.

    Can anyone help me with this?

    You can hide the menu with:

    .sm-page-widget-10244660 {
    display:none;
    }

    But can you give more detail in what your goal is? If you just want that gallery kind of anonymous and disconnected from the rest of your site, you can use the Hide Owner setting. You can find it in Gallery Settings, Security & Sharing.

    Dave
  • trainphotographytrainphotography Registered Users Posts: 8 Beginner grinner
    edited May 1, 2015
    Dave

    That worked for the menu. How do I get rid of my social icons and site title.

    Here is what I am trying to do. I run my train website on smugmug but my photography business site is on squarespace. I do not plan to move from squarespace since I like the way the site is. I also do not plan to merge the two because they are different audiences.

    I want to start selling my landscaps and other photos on my squarespace site. The issue is that if I used their galleries I would have to do all the printing/shipping myself. If I can get one page that has no menu, social icons, site title, etc... then I can link it directly to my squarespce site. So if a visitor goes checks out my "art photos" on my squarespce site it would really take them to my smugmug site. I would then create my own menus that link back to my squarespace site. Make sense?
Sign In or Register to comment.