Options

CSS Help

annietexannietex Registered Users Posts: 2 Beginner grinner
edited January 9, 2016 in SmugMug Customization
Forgive me if this has been asked before, but I am trying to remove the logo and menu sidebar from one page and have no CSS skillz. The link is http://www.annhiner.com/2017-Westminster-SS/n-fZBkFK

Thanks for any help you can offer!

Ann

Comments

  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 8, 2016
    Try first changing this page to "just this page" (or just this gallery). Then are you able to remove the left side bar and logo?
  • Options
    annietexannietex Registered Users Posts: 2 Beginner grinner
    edited January 9, 2016
    I've tried and since it's a site wide setting it won't change it. Has to be done with CSS
  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited January 9, 2016
    Hi

    Add a css-box valid only for this side (basically means you need to change the page to "just this page" too or it will go over all galleries and other pages as well).

    Then if you want to get rid of the entire left menu including the background color try this
    .sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region > .sm-page-layout-region-left{
    display: none !important;
    }
    

    If you want to take the writings of the grey box but keep the area grey try this instead:
    .yui3-g{
    display: none !important;
    }
    

    Hope it helps you do what you want :)

    Best of luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
Sign In or Register to comment.