Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #862041

    Hi I want to add click to call contact number on top header it should only be seen on mobile any idea how can i do it Thanks.

    #862077

    Hey shazyaar,

    You can add something like this on Enfold > Header > Phone Number or small info text field:

    <a href=”tel:123456789″>123456789</a>

    Best regards,
    Jordan Shannon

    #862204

    thanks for your reply how can i hide it in desktop and laptop i just want to show this number on mobile

    #862261

    Hi,

    Please povide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #862268

    Hi Jordan Here’s the Link http://minicabinstratforde15.com/
    Regards
    Shazyaar

    #862277

    Hi,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #862282

    Thanks for your help Jordan contact number is hide in desktop can i also hide small bar above main menue

    #862466

    Hi dear can i hide small bar above main menu in desktop and laptop i want it to be visible only in mobile is it possible?

    Regards
    Shazyaar

    #862540

    Hi,

    Add the following to quick css, or you can combine it to what I gave you above:

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

    Best regards,
    Jordan Shannon

    #862557

    Thanks for your help and time Mr Jordan its working fine now you are super star

    Regards,
    Shazyaar

    #862559

    Sorry 1 more question when i scroll down my website page it again shows small bar above main menu is there any code to hide it?

    Regards
    Shazyaar

    #862574

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #862577

    Thank You Mr Jordan its working fine now Thanks for your help

    Regards.
    Shazyaar

    #862579

    Hi,

    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Top header click to call contact number’ is closed to new replies.