css mybb自定义主题徽标更改[已关闭]

3zwtqj6y  于 2023-01-14  发布在  其他
关注(0)|答案(1)|浏览(147)

2天前关闭。
Improve this question

<h1 class="header-brand" data-model="icon">
                <a class="header-brand__link" rel="home" href="{$mybb->settings['bburl']}" aria-label="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}">
                    <span class="header-brand__logo" role="img" aria-label="Logo" style="background-image: url('{$v7_modern['asset_url']}/images/logo.png')"></span>
                    <svg class="  header-brand__icon icon" focusable="false" role="img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                        <path fill="currentColor" d="M163.2 230.5c-4.7-4.7-12.3-4.7-17-.1l-22.7 22.5c-4.7 4.7-4.7 12.3-.1 17l90.8 91.5c4.7 4.7 12.3 4.7 17 .1l172.6-171.2c4.7-4.7 4.7-12.3.1-17l-22.5-22.7c-4.7-4.7-12.3-4.7-17-.1L223 290.7zM466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256 464C158.5 423.4 64 297.3 64 128l192-80 192 80c0 173.8-98.4 297-192 336z"></path>

我不明白代码的逻辑来改变网站标题中的徽标,我怎么能在这里添加自己的徽标,我应该如何编辑代码?

ztmd8pv5

ztmd8pv51#

我不太明白你的意思,就像Joan Lara说的,你不能使用img标签吗?

<img src="#">

将#替换为您的图像链接。

相关问题