Category Gallery on home page

Sanjeev,

Can I make the wording transparent or remove it on the category gallery with css ? Do to some strict copyright rules our provider is not allowing text over the photos. See the words I want to be gone/invisible :slight_smile: I know I need them in the category title page when making the category - just need it not to show up on the photos!


thank you

Hello,

Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS and then copy and paste the CSS below to remove the text on gallery images:

.gallery-list.gallery-with-icon .info {
display: none;
}
Thank you

Once again - perfect- Sanjeev you are amazing!