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

    Hi,
    I want to add to the header a phone number to show only on mobile devices,
    is there a way to do it??

    #439402

    Hey uribinsted!

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

    @media only screen and (min-width: 768px) {
    .phone-info { display: none !important; }}

    Best regards,
    Yigit

    #439610

    Hi Yigit,
    Thanks for the quick response :)

    it works but now it shows the upper/secondary menu area constantly, can we hide the whole area and show it with the number only on mobile devices?

    #439640

    Hey!

    Please use following code instead

    @media only screen and (min-width: 768px) {
    #header_meta { display: none !important; }}

    Best regards,
    Yigit

    #439765

    works Excellent thanks!

    and how do I increase the phone number font size ?

    #439766

    Hi!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #439770

    Hi Yigit,
    Thanks Alot!

    #439775

    Hi!

    You are welcome, #TeamKriesi is always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Phone number in header to show only on mobile devices’ is closed to new replies.