Removing the Gallery Title for All Galleries

PhilCorleyPhotoPhilCorleyPhoto 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

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins

    Is that the title of whatever box those thumbs are it? Is there a wrench in the bar the top of the box?

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • PhilCorleyPhotoPhilCorleyPhoto Registered Users Posts: 107 Major grins
    I can go into Gallery Settings but that wont allow you to blank out the Gallery name. If I try customising the content, I get the wrench for "All Galleries" but that doesn't have an option to not show the gallery name. What I need is for all Galleries to not show the name, so I am thinking - unless I am missing something - I need to do this via CSS

    Thanks

    Phil
  • Lille UlvenLille Ulven Registered Users Posts: 567 Major grins

    You can do it via this one:

    .sm-gallery-cover-title{
    display:none;
    }
    

    Good luck

    Lille Ulven

    https://www.lilleulven.smugmug.com - The Photos of my travels
  • PhilCorleyPhotoPhilCorleyPhoto Registered Users Posts: 107 Major grins
    Hmm, I have added this to the site wide CSS block I have in; but Images still is displayed. Any idea what I am doing wrong ?

    Thanks

    Phil
  • denisegoldbergdenisegoldberg Administrators Posts: 14,372 moderator

    @PhilCorleyPhoto said:
    Hmm, I have added this to the site wide CSS block I have in; but Images still is displayed. Any idea what I am doing wrong ?

    It should work if you add the !important tag:
    .sm-gallery-cover-title { display: none !important; }

  • PhilCorleyPhotoPhilCorleyPhoto Registered Users Posts: 107 Major grins

    Sorry, still not working. Added the above to the Site Wide CSS block, but the gallery title of Images still appears :-(

    Any ideas?

    Phil

  • herojosieherojosie Registered Users Posts: 66 Big grins

    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

    Thanks,
    Josie
    SmugMug Support Hero
  • denisegoldbergdenisegoldberg Administrators Posts: 14,372 moderator
    edited January 30, 2017

    @PhilCorleyPhoto said:
    Sorry, still not working. Added the above to the Site Wide CSS block, but the gallery title of Images still appears :-(

    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.

  • PhilCorleyPhotoPhilCorleyPhoto Registered Users Posts: 107 Major grins

    Ah, seems it was a cache issue; I restarted the browser and it then worked :-)

    Many thanks for the help

    Phil

Sign In or Register to comment.