Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #269005

    Hey,

    I want to add a phone number to the header of my website, however, I don’t want to use the ‘phone number’ option on the enfold menu. I want to place the phone number in between the ‘iRepairIT’ logo and the menu. Anyone know how to do this?

    #269074

    Hi Sal!

    Please go to Enfold/includes folder and open helper-main-menu.php file and find

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);

    and add your number right above it as following

    echo "<div class='phone-no'>your number here</div>";

    then add following code to Quick CSS in Enfold theme options under General Styling tab

    div.phone-no {
    position: absolute;
    left: 30%;
    }

    Best regards,
    Yigit

    #269352

    Hey,

    Thanks Yigit, worked like a charm!

    Sal.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to add phone number to header’ is closed to new replies.