I have another issue that I am hoping that you can help with. The sidebar has widgets Recent posts, I can’t find the area where I can change the font and the color of the links there. Can you help?
I was able to figure this out by adding this to the custom CSS.
.main-navigation ul ul a:hover {
color: #805E91 !important;
}