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!
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
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
Hi,
Try adding this to quick css:
#header #header_meta a{
color:#000!important;
}
Best regards,
Jordan Shannon
try that, but its still not working
I cant see the text – uts still in white above a white background…
Hi,
Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan Shannon
here are the details.. thanks
Hi,
Fixed. Had to adjust the code to the following:
#header #header_meta a font{
color:#000!important;
}
Best regards,
Jordan Shannon
working! great! thanks a lot!!
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..
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
its still not working…
the font of the phone number is white…
please chack who can we solve it…
thanks!
fixed that. thanks
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon