Turn Off Photo Title's Hotlink?

Darter02Darter02 Registered Users Posts: 947 Major grins
edited January 7, 2015 in SmugMug Customization
I'm using photos as icons that open new pages. I like to use the "Under" feature to display information about where clicking the image takes you. The only problem I am having is that the photo's title turns into a URL that opens the actual image, and not the page linked to the image.

So, clicking the actual image opens the targeted page URL, but clicking the photo's title does not, it opens the photo in the gallery it's stored in.

i-xzfmmPF-L.jpg

Comments

  • leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited January 7, 2015
    The only real way to do this would be to move the "Titles" into the caption and remove anything from the titles. You can add HTML to the captions and format it with CSS. For example:

    To your captions:
    <div class="myTitles">Wedding Photo Galleries</div><br/>
    By clicking the photo above you'll go ...
    

    Then add this CSS:
    .myTitles {
      font-family: Lancelot;
      color: #5A515E;
      font-size: xx-large;
    }
    
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited January 7, 2015
    Thanks. I used HTML blocks instead. I'll note this for future reference though.
Sign In or Register to comment.