【发布时间】:2017-08-02 13:39:25
【问题描述】:
我在我的网站www.theestablishmenthairdressing.com 的标题中添加了一个徽标,但是它非常小(左上角的徽标)。
我可以通过检查Safari 中的代码看到,主题中内置的徽标的大小似乎受到限制:
<h1 class="header-logo">
<a href="http://www.theestablishmenthairdressing.com/" rel="home">
<img class="" width="50" height="50" src="//www.theestablishmenthairdressing.com/wp-content/uploads/2017/08/Establishment-LOGO-header.png" alt="The Establishment Hairdressing" />
</a>
</h1>
但是我不清楚如何改变这一点。我试过添加 CSS
h1.header-logo {
width: 200px !important;
}
对于子主题的 style.css,但这并没有什么不同。
请帮帮我。
【问题讨论】: