hide name picture on da vinchi 2 woo

omktg

Active Member
That's the alt title of that image, you can remove it from your wp media library, or add the product title there.
 

Direct Webstore

Well-Known Member
Not through settings. You'd have to remove the "Title" tag wherever it is in the theme files. And you'd need to be experienced in editing PHP/HTML to do that. And also make a child theme.

You could request that it's removed in the "Suggestions" section if you like.

;)
 
Last edited:

Direct Webstore

Well-Known Member
On second thoughts, you may be able to hide the image title tags site-wide with CSS.

Try pasting this into WP-Admin>Appearance>Customize>Additional CSS

.image-title {
display: none;
}


Let me know if it works. It's just a guess.

;)
 
Top