Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #517414

    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!

    #517415

    Hi personalBasis!

    Please add following code to Quick CSS as well and adjust as needed

    #footer a:hover {
        color: red;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.