-
AuthorPosts
-
October 9, 2017 at 7:00 pm #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.
October 9, 2017 at 8:11 pm #862077Hey 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 ShannonOctober 10, 2017 at 1:44 am #862204thanks for your reply how can i hide it in desktop and laptop i just want to show this number on mobile
October 10, 2017 at 5:42 am #862261Hi,
Please povide a link to the site/page in question.
Best regards,
Jordan ShannonOctober 10, 2017 at 5:50 am #862268Hi Jordan Here’s the Link http://minicabinstratforde15.com/
Regards
ShazyaarOctober 10, 2017 at 5:58 am #862277Hi,
Add the following to quick css:
@media only screen and (min-width: 767px) { #header_meta .container{ display:none!important; }}Best regards,
Jordan ShannonOctober 10, 2017 at 6:10 am #862282Thanks for your help Jordan contact number is hide in desktop can i also hide small bar above main menue
October 10, 2017 at 2:36 pm #862466Hi 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
ShazyaarOctober 10, 2017 at 4:58 pm #862540Hi,
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 ShannonOctober 10, 2017 at 5:13 pm #862557Thanks for your help and time Mr Jordan its working fine now you are super star
Regards,
ShazyaarOctober 10, 2017 at 5:16 pm #862559Sorry 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
ShazyaarOctober 10, 2017 at 5:34 pm #862574Hi,
Add this to quick css:
@media only screen and (min-width: 767px) { #header.av_header_shrinking #header_meta{ display:none!important; }}Best regards,
Jordan ShannonOctober 10, 2017 at 5:38 pm #862577Thank You Mr Jordan its working fine now Thanks for your help
Regards.
ShazyaarOctober 10, 2017 at 5:39 pm #862579Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Top header click to call contact number’ is closed to new replies.
