Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #906249

    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

    • This topic was modified 6 years, 9 months ago by Hayco.
    #906504

    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

    #907179

    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

    #907413

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.