Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #196363

    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?

    #196693

    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

    #199152

    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.

    #199154

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #199158
    This reply has been marked as private.
    #199160

    Hi!

    It seems like login credentials are not correct. Please check once again and post the correct ones.

    Best regards,
    Yigit

    #199163
    This reply has been marked as private.
    #199169

    Hi!

    Changes are done. Please review your website. You can style your phone number using .phone2 class in Quick CSS section

    Best regards,
    Yigit

    #199189
    This reply has been marked as private.
    #199229

    Hi!

    You have following line added in your Header.php file.

    echo "<div class='phone2'>Your number here</div>";

    You can simply add it back to header.php. I am closing this thread for now. Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Phone Number Move’ is closed to new replies.