Options

How to hide captions new SM

happymatichappymatic Registered Users Posts: 8 Beginner grinner
edited August 7, 2013 in SmugMug Customization
I'm looking for css help for hiding captions on all galleries. I have successfully hidden my keywords... but those pesky captions are still showing up which are pretty much the same as having keywords. This is my last goal before unveiling, please help!

Comments

  • Options
    Pedro AliceaPedro Alicea Registered Users Posts: 72 Big grins
    edited August 3, 2013
    How did you succesfully hide your keywords? I have been trying CSS and this did not work in the gallery template:

    .category_Clients .notLoggedIn #photoKeywords {display:none;}
    Pedro Alicea
    "Taking One Shot at a Time"
    [url]Http://PedroAlicea.smugmug.com[/url]
    [url]Http://www.PedroAlicea.com[/url]
  • Options
    GVisGVis Registered Users Posts: 12 Big grins
    edited August 3, 2013
    happymatic wrote: »
    I'm looking for css help for hiding captions on all galleries. I have successfully hidden my keywords... but those pesky captions are still showing up which are pretty much the same as having keywords. This is my last goal before unveiling, please help!

    Please share how you hid the keywords in the new smugmug.
  • Options
    GuthriePhotographyGuthriePhotography Registered Users Posts: 12 Big grins
    edited August 3, 2013
    GVis wrote: »
    Please share how you hid the keywords in the new smugmug.

    Here is the code

    .sm-gallery .sm-tile-info .sm-tile-keywords>a, .sm-gallery .sm-gallery-keywords a {
    display: none!important;
  • Options
    Pedro AliceaPedro Alicea Registered Users Posts: 72 Big grins
    edited August 3, 2013
    Here is the code

    .sm-gallery .sm-tile-info .sm-tile-keywords>a, .sm-gallery .sm-gallery-keywords a {
    display: none!important;


    Thank you so much!!!
    Pedro Alicea
    "Taking One Shot at a Time"
    [url]Http://PedroAlicea.smugmug.com[/url]
    [url]Http://www.PedroAlicea.com[/url]
  • Options
    happymatichappymatic Registered Users Posts: 8 Beginner grinner
    edited August 7, 2013
    Below is what I have in my custom CSS to hide Keywords. Still looking to hide captions though! Anybody else crack that open yet?

    .sm-page-powered-by A:first-child
    {
    display: none;
    }
Sign In or Register to comment.