Hello, How can I disable the photo's file name in the products detail page (popup photo)? Thanks.
chiowai Hi In demo there is no such title, please share the site URL here, i need to inspect elements to check the style code for you.
Regards
ok, added site info, thanks.
Hi, I found that the first photo of the product details is no such title as the demo site, but will be shown from the second photos.
chiowai Hi Add this code in custom.css file open template folder/css/custom.css
.fancybox-title-inside {display:none!important;}
it work, thanks.