Hi, The phone number text in the my header is white along wioth the google translate text with the transparent menu. When I scroll down it turns black. How do I make these elements always black?
Hi!
Thank you for the inquiry.
Are you referring to the “Excellent, Caring, and Accessible Healthcare ” in the top header? You can add the following css code to set the color of the text to black.
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
color: #000000;
}
Best regards,
Ismael