I Would Like To Modify The Header...

Discussion in 'Andrina WordPress Theme' started by adefeo777, Jul 25, 2013.

  1. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    I would like to modify the header to contain the image and phone number text pictured in the image attached. Can you advise me please? Thank You!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the header.php file present in your theme directory and paste the code given below at the line number 113 as shown in the image given below.

    Code:
    <div class="contact">
    <p>Enter your contact number here</p>
    </div>
    [​IMG]

    Now,
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .contact p {
    color: red;
    float: right;
    font-size: 24px;
    padding-right: 15px;
    }
    #menu .ddsmoothmenu {
    margin-top: 20px;
    }
    You can change the value of color, font-size, padding-right and margin-top as per your requirement.
    This will solve your issue.
     

Share This Page