Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #292416

    Hey guys,

    In the section “Header Phone Number/Extra Info” Is it possible to display
    Phone Number in the main header area? Left or right.

    Please advice.

    Thanks,
    David

    #292419

    Hi David!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .phone-info {
    position: relative;
    top: 40px;
    left: 50%;
    }

    Regards,
    Yigit

    #292424

    Hey Yigit, that’s awesome man! One more thing, would you mind telling me how do to increase the font size for that area?

    Cheers,
    David

    #292430

    Hi David!

    You can use the same selector to increase the font size

    .phone-info { font-size: 18px; }

    Regards,
    Yigit

    #292444

    That’s fantastic, except – I now need to increase the size of the Social icons!

    How do I do that?

    Cheers,
    David

    #292446

    Hi!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li a { font-size: 18px; }

    Regards,
    Yigit

    #292474

    Awesome! thank you very much.

    Cheers.
    David

    #292478

    Hi!

    You are welcome David, glad if we could help :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header Phone Number/Extra Info’ is closed to new replies.