Removing the Gallery Title for All Galleries
PhilCorleyPhoto
Registered Users Posts: 107 Major grins
I am struggling to find the right CSS to remove the title for a gallery. Have a look at this gallery: philcorley.smugmug.com/Images/
Can someone tell me the CSS to hide the word "Images"
Thanks
Phil
Can someone tell me the CSS to hide the word "Images"
Thanks
Phil
0
Comments
Is that the title of whatever box those thumbs are it? Is there a wrench in the bar the top of the box?
My Website index | My Blog
Thanks
Phil
You can do it via this one:
Good luck
Lille Ulven
Thanks
Phil
It should work if you add the !important tag:
.sm-gallery-cover-title { display: none !important; }
Musings & ramblings at https://denisegoldberg.blogspot.com
Sorry, still not working. Added the above to the Site Wide CSS block, but the gallery title of Images still appears :-(
Any ideas?
Phil
Hi Phil,
It looks like there was just one added character in the code that was pasted, causing the problem. Do you still see the issue with the title on your side?
Standing by
Josie
SmugMug Support Hero
I just looked at that page on your site and the title is gone. I'm not sure why it would be still showing for you - take a look in a different browser and see if it is gone there. If it is you might try clearing the cache on the browser you are using for your customization.
I've included a screen shot below so you can see what I see.
Musings & ramblings at https://denisegoldberg.blogspot.com
Ah, seems it was a cache issue; I restarted the browser and it then worked :-)
Many thanks for the help
Phil