Options

How to hide (share, comment, tools & D/L)icons in Jounal Style

markmicallefmarkmicallef Registered Users Posts: 69 Big grins
edited August 26, 2014 in SmugMug Customization
How to hide (share, comment, tools & D/L)icons in Journal Style

And justify the title left and expand it across the photo

i-MrzJtZj.jpg



this page http://www.mark4pics.com/Gear/Current-Gear/

Comments

  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited August 22, 2014
    How to hide (share, comment, tools & D/L)icons in Journal Style

    And justify the title left and expand it across the photo

    i-MrzJtZj.jpg



    this page http://www.mark4pics.com/Gear/Current-Gear/


    I removed the Icons with this
    .sm-gallery-image-bar {
      display: none}
    
  • Options
    bobbyherobobbyhero Registered Users Posts: 207 Major grins
    edited August 25, 2014
    You can disable Sharing and Comments in the Gallery Settings. That will remove those icons for visitors, while still showing you the icons you'll want to see (i.e. tools and download).

    This code will align the text to the left:
    .sm-gallery-journal .sm-gallery-images .sm-tile > .sm-tile-info p {
      text-align:left;
    }
    

    In terms of getting it to display all the way across the photo, not aware of a clean way of doing that. Adjusting the font size would only work to some degree.
  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited August 26, 2014
    bobbyhero wrote: »
    You can disable Sharing and Comments in the Gallery Settings. That will remove those icons for visitors, while still showing you the icons you'll want to see (i.e. tools and download).

    This code will align the text to the left:
    .sm-gallery-journal .sm-gallery-images .sm-tile > .sm-tile-info p {
      text-align:left;
    }
    

    In terms of getting it to display all the way across the photo, not aware of a clean way of doing that. Adjusting the font size would only work to some degree.

    Thanks bobby
Sign In or Register to comment.