Options

Hiding Keywords

THOLTTHOLT Registered Users Posts: 10 Big grins
edited November 22, 2013 in SmugMug Customization
In the New Smugmug I want keywords but would like them hidden in my galleries. Is there CSS code or other way to hide keywords from view but still have them available for search.

Thanks

Comments

  • Options
    THOLTTHOLT Registered Users Posts: 10 Big grins
    edited November 22, 2013
    I tried the following CSS code which didn't do anything:

    .notLoggedIn #photoKeywords {
    display: none;
    }
  • Options
    phaserbeamphaserbeam Registered Users Posts: 452 Major grins
    edited November 22, 2013
    THOLT wrote: »
    I tried the following CSS code which didn't do anything:

    What about:
    .sm-tile-keywords {
      display:none;
    }
    
  • Options
    THOLTTHOLT Registered Users Posts: 10 Big grins
    edited November 22, 2013
    Thanks - that worked.
Sign In or Register to comment.