我已经在我的WP站点的附加CSS设置中添加了以下自定义CSS:-
.et_pb_row_2 {
height:100vh !important;
background-color: red !important;
}
.et_pb_section_2 {
height:100vh !important;
background-color: #ff0000 !important;
}
这些类用于我使用Divi主题创建的节和行。您可以查看此livehere.我错过什么了吗?