Hi all,
On mobile, the phone number is always visible, but on desktop, it isn’t. When I scroll down, it disappears.
Two questions;
1. – How can I lock (make it sticky) the phone number?
2. – Where can I change the colour of the text of the phone number?
Hope to hear.
Best regards, Hayco
Hey Hayco,
1. I loaded your web site and I can see it sticky – have you managed it?
2.
Use the following CSS
#top .av_header_transparency .phone-info { color: #000; }
Where color is your ID.
Thank you
Best regards,
Basilis
Hi Basilis,
Thanks for your reply. I have it sticky on mobile, but not on desktop.
I also would it sticky on desktop.
Best regards,
Hayco
Hi Hayco,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_sticky #header {
margin-top: 0px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria