for the URL: < hunter-cpa.ca >
on the Mobile:
– LI and email envelop icons are missing on all pages of the site in both landscape and portrait orientations.
– “Call or text to:” is all that shows on the landing page and the “About” page, in either orientation. It is also in grey instead of Blue.
On the Tablet:
Landing and About pages:
– “Call or text to:” is all that shows in portrait orientation. It is also in grey instead of Blue.
All other pages:
– LI and email envelop icons are missing on all other pages of the site in the portrait orientation.
Hey Stephen,
Thank you for the inquiry.
Social icons in the top bar are hidden on tablet devices by default but we could use the following css code to display it back.
@media only screen and (max-width: 767px) {
#top .av_header_transparency #header_meta {
background: blue;
box-shadow: none;
border-bottom: 1px solid rgba(255,255,255,0.25);
}
.responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
display: block;
}
}
We also changed the background color of the top bar from white to blue to make the white icons visible.
Best regards,
Ismael