标签: css nopcommerce
我想在nopcommerce 3.70中更改nopfashion主题中的自定义徽标的大小。
我想要width: 205px; height:height:90px;和margin-top:-35px;徽标。
width: 205px; height:height:90px;
margin-top:-35px;
我试图将此属性赋予徽标相关的css类及其工作。但问题是,同时其他图像也会产生这种css效果。
所以,我想知道在nopcommerce中是否存在任何私有css类,其中哪个属性仅在徽标中起作用而不是其他图像。
感谢。