Help Header Menu will lose text once clicked.

Good day,

Whenever a client will click on one of the menu text, the text for that page in the header menu is lost.

Website is accessdog.com

Hey there,

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

When I try to use your URL I’m getting sent to a Chinese website.
http://accessdog.com/

Can you provide me with the URL so I can properly investigate your site?

Best regards,
Support.

Hi!

Sorry, the correct site is accentdog.com

hey there

Please add this CSS in appearance - customize - additional CSS

.sf-menu > li > a:hover {
    color: #f3f3f3;
}

Thanks!
Colorlib Support Team

Thank you for your help. It is doing fine.

There is still the problem with the email above (in the menu part). I don’t remember how it went there. May I ask how to edit or remove that? Same website www.accentdog.com

hey there

Please add this CSS in appearance - customize - additional CSS

li.top-email {
    display: none;
}
@media (max-width: 767px){
li.top-email {
    display: none;
}
}

Thanks!
Colorlib Support Team