Color: #439f55 in menue on click

Hello.
I’ve changed the colors in the theme settings, but when I click on a menue link, the menue text is for a short time green (#439f55), then it is in the right color. Where can I change it? I don’t want to change the style.css of the parent theme. I’ve installed the child theme. Can you give me css for the custom css of the child theme?
Thank you.

Hi @brennr,

I hope you are well today and thank you for your question.

You can try resolving this issue adding the following CSS code in the Custom CSS option of your theme on the below path or adding it in the style.css file of your child theme.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#main-nav a:visited{
color: #fff;
}

Best Regards,
Movin