Mike, that's perfect, thank you for all the help.
The only other thing I would like to change if possible is the text that pops up on the left hand side of the page when Lightbox is opened. Compared too the new, bolder text at the bottom of the images, this looks a bit tall and wishy washy if that makes sense.
Update: I've now managed to change the caption to bold and green but I couldn't find a way to change the title.
After all the help from Hikin' Mike, I have another change I'd like to make in the same area if at all possible please. When one of the Art Stones from my Project Lockdown sells, is there a way I can add the word "SOLD" to any of the titles or captions?
@FiestaRed said:
After all the help from Hikin' Mike, I have another change I'd like to make in the same area if at all possible please. When one of the Art Stones from my Project Lockdown sells, is there a way I can add the word "SOLD" to any of the titles or captions?
Not automatically, but you can add that to the Title or Caption manually.
@FiestaRed said:
Thanks Mike. Would it be possible to do that and change the colour of that one single word, have the title as it is now but have the word SOLD in red?
Yes and no. Yes it's possible, but only if you use the "Journal" style gallery. All other styles strip the CSS. It does show up in the "Photo Details" in the Lightbox too. So if you want to use that, add this to your Title/Caption:
Comments
Mike, that's perfect, thank you for all the help.
The only other thing I would like to change if possible is the text that pops up on the left hand side of the page when Lightbox is opened. Compared too the new, bolder text at the bottom of the images, this looks a bit tall and wishy washy if that makes sense.
Update: I've now managed to change the caption to bold and green but I couldn't find a way to change the title.
Add this:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Mike, that works great. Thank you so much for all your help, hard work and the patience you have shown. It is really appreciated.
After all the help from Hikin' Mike, I have another change I'd like to make in the same area if at all possible please. When one of the Art Stones from my Project Lockdown sells, is there a way I can add the word "SOLD" to any of the titles or captions?
Not automatically, but you can add that to the Title or Caption manually.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks Mike. Would it be possible to do that and change the colour of that one single word, have the title as it is now but have the word SOLD in red?
Yes and no. Yes it's possible, but only if you use the "Journal" style gallery. All other styles strip the CSS. It does show up in the "Photo Details" in the Lightbox too. So if you want to use that, add this to your Title/Caption:
<span class="sold">Sold</span>
Then add this to your theme's custom CSS:
.sold {color: red;font-weight:bold;}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks Mike, really appreciate your help.