Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1030065

    Hi,
    when I scroll the page in my website the extra element – phone number+email adress dissapered
    who can I fix that so they will be visible with the sticky menu?

    thanks a lot!

    #1030077

    Hey adishlomy,

    Add this to quick css:

    #header{
    margin-top:0px!important;
    }
    
    #header #header_meta{
    color:#000!important;
    }
    
    #header.av_header_transparency #header_meta{
    color:#FFF!important;
    }

    Best regards,
    Jordan Shannon

    #1030293

    thanks!
    now it keep’s scrolling, but I cant see the phone number+emaul because their font is in white and the backgrpund is also in white…
    can you please give me a shortcode for changing the font color when the scroll starts?

    thsnks again

    #1030494

    Hi,

    Try adding this to quick css:

    #header #header_meta a{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1030620

    try that, but its still not working
    I cant see the text – uts still in white above a white background…

    #1030626

    Hi,

    Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #1033033

    here are the details.. thanks

    #1033119

    Hi,

    Fixed. Had to adjust the code to the following:

    #header #header_meta a font{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1033206

    working! great! thanks a lot!!

    #1033208

    a small new problem that I see now (and it was working before,,)
    when I look at the website in my mobile I cant see the phone number (text phone is white)
    the icon befor the number is in black, the adittional info (icon+email adress is in black)
    only the phone number is white..
    what is the reason for that? how can I fix that?

    thanks..

    #1033226

    Hi,

    I added the following to quick css:

    @media only screen and (max-width: 767px)  {
    #header.av_header_transparency #header_meta a font{
    color:#000!important;
    }
    }

    Best regards,
    Jordan Shannon

    #1034359

    its still not working…
    the font of the phone number is white…
    please chack who can we solve it…
    thanks!

    #1034364

    fixed that. thanks

    #1034528

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘header extra element – stay visible with the sticky menu’ is closed to new replies.