Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #883884

    Hello,
    Have a link in my Phone Info / Extra Info but have problems with the link color.
    When I do set the link color to white via the quick css, it works fine, but as a consequence it is invisible on other pages (because they have white background).

    Any idea how to set the link color just for trasparent header?

    Thanks a lot!

    regards
    Ron

    #884105

    Hey rpichler,

    Please try this CSS instead:

    .phone-info a {
      color:black;
    }
    
    .home .phone-info a {
      color:white;
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 5 months ago by Rikard.
    #884587

    Hello Rikard,
    So many thanks – works perfect!
    regards
    Ronald

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra Info / Phone info Link color in Transparent Header’ is closed to new replies.