如果您将代码放在标题中,这就可以了。php,复制在childtheme中,在以下行之后:
<header id="masthead" class="site-header" role="banner">
我的html代码是:
<div class="logo-right-text">
<span style="font-size: 14px; font-weight: bold; color: #555;">1800-123-456-22</span>
<div class="clear" style=" height:3px;"></div>
<span style="font-size: 14px; font-weight: bold; color: #555; ">[email protected]</span>
</div>
和CSS:
div.logo-right-text{ margin: 0px 10px; }
div.logo-right-text { float: right; text-align: right; }
.logo-right-text{ padding-top: 42px; }
但最后我会把这两个电话和邮件放在菜单行。。。如果我找到了方法;)