Hello. Just switched over to the Enfold theme and just love it – so flexible. But I am running into a small issue…
I am putting a couple of links into the Small Info (phone-info) section of the header, and I am using the transparent menu on a few pages. When the transparent menu is in effect, the link colors in phone-info are still showing as the non-transparent colors. Can you recommend the best way to make the link colors use the correct color when in the transparent menu mode?
Thanks for any hints!
Hey ozoner,
Try this code in the General Styling > Quick CSS field:
#top .av_header_transparency .phone-info a {
color: inherit;
}
Best regards,
Mike
EXACTLY what I was looking for – thank you very much!!