Hi Support Team,
I have the situation that in my footer section all the links disappear on hover. I want to change that so all the links have the same hover effect. I already added the code (which I found in this forum) to the Quick CSS
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover {
color: black;
}
but unfortunately it didn’t work.
I’m looking forward to hearing your recommendations!