Hey there,
I’m trying to have a strong tag inside .phone-info change colors on scroll, but I can’t seem to get it to work.
Right now the date is a strong tag inside the span, and red, but I’d like it to be white before scroll, and red after scroll.
Thanks
Hey AaronRezzonico,
Add this to quick css:
#header.av_header_transparency .phone-info strong,
#header.av_header_transparency .phone-info span {
color:#fff!important;
}
#header .phone-info span {
color:red!important;
}
Best regards,
Jordan Shannon
That did it! Thanks so much!