我创建了一个自定义样式表,它覆盖了Wordpress模板的原始CSS.但是,在我的日历页面上,原始CSS具有每个表格单元格的高度,并带有!important声明:
!important
td {height: 100px !important}
有什么方法可以覆盖这个吗?
css
css ×1