我必须更改此css文件中的一些行:
/wp-content/plugins/easy-digital-downloads/templates/edd.min.css
table#edd_purchase_receipt td, table#edd_purchase_receipt th, table#edd_purchase_receipt_products td, table#edd_purchase_receipt_products th {
text-align: left; /*must change to: text-align: right; */
}
我在Style.css文件中添加了以下代码,但没有任何反应:
body table#edd_purchase_receipt td, table#edd_purchase_receipt th, table#edd_purchase_receipt_products td, table#edd_purchase_receipt_products th {
text-align: left; /*change to text-align: right; */
}
如何在子主题中覆盖“edd.min.css”文件? 实际上,我在子主题中覆盖Wordpress插件的css文件时遇到问题。这有规则吗?
答案 0 :(得分:0)
您必须确保在edd.min.css之后调用style.css。