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!
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> 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.