Drupal - Acquia Marina 3 - 块标题样式配置设置
我已经为 Acquia Marina 制作了一个子主题,并希望将块配置页面上的默认设置从无更改为带有白色文本的蓝色圆形标题背景< /强>。任何指导将不胜感激。
I have made a sub theme to Acquia Marina and would like to change the default setting on the block configuration page from none to Blue rounded title background with white text. Any guidance would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,Skinr 无法做到这一点。您现在可以做的就是在主题 .css 中查找您要查找的选择器,默认将其应用到所有块,然后添加适当的 css 以取消每个 Skinr 替代方案的样式。
我知道,这是一种痛苦。 Skinr 正在不断发展,我希望它会变得最好。
There is no way, afaik, to do this with Skinr. What you can do right now is look for the selector you're looking for in the theme .css, apply it by default to all blocks, then add proper css to cancel the styles to each skinr alternative.
I know, it is a pain. Skinr is evolving, and I hope it will change for the best.