Hi Xters…
Trying to add an active phone number link to the mobile nav bar (both collapsed & expanded.) Have managed to create what I’m trying to do visually (in image below) using the following code in the global CSS:
a.x-btn-navbar:after {
content: “310.399.3740”;
text-shadow: none;
color: #fff;
float: right;
background-color: #ff9900;
width: 180px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
padding-right: 15px;
margin-left: 0px;
margin-right: -15px;
}
Is there any href type code that could be added to have the orange area with the number activate a phone call when clicked ? Code for hover properties would be nice too lol!
BTW- I tried this approach because I’d like a phone link on the mobile nav bar… but keeping the mobile menu at full page-width when expanded is the most important factor. Should I be using another approach to achieve this?
Thanks