Options

Remove folder/gallery image in "bottom bar"

tbedna1tbedna1 Registered Users Posts: 71 Big grins
edited September 25, 2013 in SmugMug Customization
When I browse to a folder or gallery and look at my images I see the names of the respective folder/gallery along with an image of a folder. Would anyone know how to remove that image so that it's just the name of the folder/gallery?

Thanks,
Tom
Bednarczyk Photography
www.bednarczykphotography.com

Comments

  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited September 11, 2013
    tbedna1 wrote: »
    When I browse to a folder or gallery and look at my images I see the names of the respective folder/gallery along with an image of a folder. Would anyone know how to remove that image so that it's just the name of the folder/gallery?

    Thanks,
    Tom

    This will get rid of the folder icon
    .sm-tile-type-icon, .sm-tile-info-icon{
      Display:none;
    }
    
  • Options
    tbedna1tbedna1 Registered Users Posts: 71 Big grins
    edited September 11, 2013
    This will get rid of the folder icon
    .sm-tile-type-icon, .sm-tile-info-icon{
      Display:none;
    }
    

    Excellent! You rock! Much thanks.
    Bednarczyk Photography
    www.bednarczykphotography.com
  • Options
    AkapamAkapam Registered Users Posts: 12 Big grins
    edited September 25, 2013
    Having trouble getting rid of just the icon
    .sm-tile-info .sm-tile-title {
    text-align: center; text-wrap: unresticted;
    font-weight: bold; font-size: 25px !important;overflow: visible !important;
    white-space:normal !important;
    height: 25px !important;}

    Thanks Mark
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,251 moderator
    edited September 25, 2013
    Akapam wrote: »
    .sm-tile-info .sm-tile-title {
    text-align: center; text-wrap: unresticted;
    font-weight: bold; font-size: 25px !important;overflow: visible !important;
    white-space:normal !important;
    height: 25px !important;}

    Thanks Mark
    Did you try the CSS from the second post in this thread? That targets a different element than the CSS you pasted in your post.

    --- Denise
  • Options
    AkapamAkapam Registered Users Posts: 12 Big grins
    edited September 25, 2013
    Where in the CSS would I add that second command about the file icon?
  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited September 25, 2013
    You would add a css block to your Entire site portion of the Customize menu.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
Sign In or Register to comment.