最新发布

^

2025-12-09

DIVI主题删除博客特色图片中的负边距

/*删除博客特色图片中的负边距*/ .et_pb_image_container { margin: 0px; }

^

2025-12-09

Divi商店页面添加“添加到购物车”按钮

用商店模块创建的商店页面中的产品没有“添加到购物车”按钮,将此代码添加到子主题的functions.php 文件中。 // Add "Add to Cart" buttons in Divi shop […]

^

2025-12-09

DIVI选项卡标题平均分列CSS

width: calc(100% /2); text-align: center;

^

2025-12-09

Divi 博客模块随机显示文章或自定义帖子

functions.php文章添加以下代码,博客模块css: random-posts function dd_random_posts($query, $args) { if (isset($arg […]

^

2025-12-09

Divi 下拉菜单文字不换行

.et-menu-nav .nav li ul { width: 350px!important; } .et-menu li li a, .et-menu li li { width: 100%!i […]