The wordpress theme I'm using is this one: https://wordpress.org/themes/total/
My website is http://www.kalimataxiservice.com/
I just want to add two phone numbers on the right side of this theme like this:
I used this html but not work:
<div class="contact-phone"><i class="fa fa-phone" aria-hidden="true"></i> <a href="tel:+91-9996320362">+91-9996320362</a><br>
<a href="tel:+91-8708558959">+91-8708558959</a></div>
I used this css:
.contact-phone {
display:block;
text-align: right;
font-size: 24px;
line-height: 1.6;
font-weight: 400;
font-family: 'Oswald', sans-serif;
}
Ok let's do it
First, open your style.css and replace CSS with below code
open your functions.php and find the code below
after this code add the new widget like this
Now turn to call widget into your header.php open it and find the code below it call your widget
open your widget from the back and you will see there a widget with the name Header Phone drag a text box in it and add your phone no code
init. check the screenshot http://prntscr.com/fgf24h and it will appear frontend like this: http://prntscr.com/fgf2km
OK for mobile please add this css to your style.css or if there any responsive directory file add there
if any you will face any problem adding the comment below.
Thanks