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

    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

    #1267329

    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

    #1267335

    That did it! Thanks so much!

    #1267650

    Hi,

    Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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