如何更改 CCK 表单的字体系列和字体大小
我正在使用 Drupal 6.19 Corrolla 主题,并且我曾多次尝试更改 CCK 表单的字体系列和字体大小,但没有成功。我可以通过 Firebug 添加这些 CSS 语句,但无法在 style.css 中更改它们。我在样式表中合并了几个类,但它没有起作用。
我非常感谢任何有关此事的帮助。
您可以在 http://zuqaq.com/sites/all/images/ 找到我的样式表样式.css。我正在开发的网站是 http://zuqaq.com。
I am using a Drupal 6.19 Corrolla theme and I have tried several times to change the font-family and font-size of a CCK form but in vain. I could add these CSS statements through Firebug, but could not change them in the style.css. I incorporated several classes in the style sheet, but it has not worked.
I would very much appreciate any help regarding this.
You may find my style sheet at http://zuqaq.com/sites/all/images/style.css. The website I am working on is http://zuqaq.com.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该样式应该应用于什么元素?
可能只是在某个地方被覆盖了。
What is the element that the style should be applied to?
Probably it's just being overriden somewhere.