Remove shading on lightbox caption font
colinpurrington
Registered Users Posts: 49 Big grins
Could somebody help me get rid of the shadow around the text? Here's the pic.
0
Comments
That should take care of it...
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
@Hikin' Mike Unfortunately it did not. Is it possible that other CSS code undermines that code? I'm still stumbling through this, so it might be the case that I have code below that I don't even need. Thanks a million.
@colinpurrington if you remove the comma before the "{" in this line:
.sm-user-ui .sm-lightbox-v2-photo-title .sm-button-label p, { text-shadow:none}
it should play along with your wishes
Good luck
Lille Ulven / Wiebke
I was going to say, I know it works because I tried it. I originally had the first line of code as the last, hence the extra comma. That's what happens when you do something quickly before you go to bed...lol!
Thanks @Lille Ulven !
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
No problem, @Hikin' Mike - you just started adding some tests, when helping others, to see if I understand CSS by now well enough to find typos
@Hikin' Mike @Lille Ulven Thank you both!