How do I customize anspress user top bar menu?

4.66K viewsWordPress
0

Hi, I am using the anspress plug in and my menu (the drop down one by the user icon) is all white unless scrolled over it turns yellow. So basically, it is invisible unless scrolled over. How can I edit the appearance of this so that it is visible?  Thank you.

Hello Morgan,
Will you kindly share link or screenshot?

0

Its because of your theme. Try adding this to style.css:

#ap-user-menu-link li > a {
    color: #333 !important;
}
0

Thank you for your help.