[已解决] 如何在 Divi 主题的图库模块中隐藏图片'标题? 最近一次发帖 3 07/11/2024 9:52 上午 主题启动器 Hi, how can I hide the title of an image in the Divi WordPress theme's gallery module? Example: 谢谢! 回答 eiorgert 注册 60+ 贴 23 35 2 1 答案 最多投票 最老的 最新 2 07/11/2024 9:54 上午 It is pretty easy! 🙂 In your Child theme add these lines of code: /*Hide the title in the gallery*/ .mfp-title { display: none; } 添加评论 trond-wifi 注册 62+ 贴 27 34 1 分享: