Where is the theme directory? Adjusting the homepage?

Discussion in 'Andrina WordPress Theme' started by mrjsaul, Aug 23, 2013.

  1. mrjsaul

    mrjsaul New Member

    Joined:
    Aug 7, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,

    I want to add my phone number to the top of the homepage and keep the menus lined up with the logo. I found another thread that provided code but couldn't figure out what it means to add code in the header.php in the "theme directory". Where is that? Can you give a screenshot?

    Then, how do I add my phone number on the top right side of the page like it is here:
    http://comfortclimateservice.com/

    My site is www.americanacupunctureproject.com

    Thanks for your help guys!

    Josh
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to Dashboard > Appearance > Editor and open header.php and add code the given below

    Code:
    <div class="phone_number">
                                                              <p>Enter your contact no.</p>
                                                                    </div>
    Sending image for reference

    2013-08-24_1303.png


    2013-08-24_1314.png

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .phone_number p {
    text-align: right;
    padding-right: 45px;
    margin-bottom: -13px;
    font-size: 24px;
    }
    This will solve your issue.
     

Share This Page