This topic has 8 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
I’m trying to add a contact number to the header of my site, I’m using the Engineer theme and need the number in white on the right hand side of the header.
Link to site:
Hello,
In this case you need edit themes/royal/header.php file.
Regards,
Robert Hall.
Where about’s in the code should I edit it, (and what should I put in :0/)
Please provide us with wp-admin and FTP credentials in Private Content.
Also tell us what number you want to put there?
Regards,
Robert Hall.
Sure:
Hello,
I’ve edited the file wp-content/themes/royal/headers/header-structure-3.php and added the code <div class="phonenumber">01420 475417</div>
(line 29) and the following code in custom.css file
.phonenumber {
float: right;
font-size: x-large;
}
Please check your header now.
Thank you.
Regards,
Eva Kemp.
How do I change the color of the text then?
I’ve used
Hello,
Please add this code in custom.css file:
.phonenumber {
color: white;
}
Thank you.
Regards,
Eva Kemp.
Tagged: adding, content, header, persuasive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up