Hi Guys, here is my site: weather-tight.com. I would like to move the phone number down so it is aligned with the bottom of my logo. I’m going to make it bigger and change it to black after I get it in the correct position. Do you know how I can do that?
Hey weathertight!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
<?php
/*
* Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
and add following line right over it
<div class="phone2">Your number here</div>
then you can add following code to Quick CSS to style your number
.phone2 { float: right; color: red; font-size: 16px; }
Regards,
Yigit
Hi Yigit, I think I need a little extra help…what exactly am I overwriting. I tried what you had suggested and it gave me an error.
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi!
It seems like login credentials are not correct. Please check once again and post the correct ones.
Best regards,
Yigit
Hi!
Changes are done. Please review your website. You can style your phone number using .phone2 class in Quick CSS section
Best regards,
Yigit