Add New Text Box To WordPress Twenty Seventeen Header

That works if you put your code in header.php, copied in the childtheme, after the line:

<header id="masthead" class="site-header" role="banner">

My html code is:

<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>

And CSS:

div.logo-right-text{ margin: 0px 10px; }
div.logo-right-text { float: right; text-align: right; }
.logo-right-text{ padding-top: 42px; }

But finaly I’ll try to put these 2 phone and mail in the menu line… if I find how to do 😉