Options

little folder and gallery icons

PhotoDavid78PhotoDavid78 Registered Users Posts: 939 Major grins
edited August 5, 2013 in SmugMug Customization
so currently, when you look at a folder or gallery when logged out, you can see a little folder or gallery icon on the title of the gallery. I don't think the viewer should be seeing this. It should only appear for the site owner when logged in.

Is there anyway to correct this?
David Weiss | Canon 5D Mark III | FujiFilm XT-4 | iPhone
My Website
Facebook | Twitter | | VSCOgrid | Instagram |

Comments

  • Options
    jwashburnjwashburn Registered Users Posts: 476 Major grins
    edited August 5, 2013
    Put this in your CSS. I did it site wide on my theme so it applied everywhere. I didnt even want it when I was logged in. I havent tried applying code for being logged in or not logged in, but I think .notLoggedIn has changed.

    This will hide it for you all the time
    .sm-tile-folder .sm-tile-type-icon:after, .sm-tile-album .sm-tile-type-icon:after {
        display: none;
    }
    
  • Options
    PhotoDavid78PhotoDavid78 Registered Users Posts: 939 Major grins
    edited August 5, 2013
    jwashburn wrote: »
    Put this in your CSS. I did it site wide on my theme so it applied everywhere. I didnt even want it when I was logged in. I havent tried applying code for being logged in or not logged in, but I think .notLoggedIn has changed.

    This will hide it for you all the time
    .sm-tile-folder .sm-tile-type-icon:after, .sm-tile-album .sm-tile-type-icon:after {
        display: none;
    }
    

    beautiful! thanks
    David Weiss | Canon 5D Mark III | FujiFilm XT-4 | iPhone
    My Website
    Facebook | Twitter | | VSCOgrid | Instagram |
Sign In or Register to comment.