Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #207670

    My website is scoutcharleston.com/here. On the home page, there are 3 services with key icons. I would like for the text, which I’ve typed and set link manually, to turn a blue color when hover or mouseover. I have it set up under theme styling, but those don’t seem to be working. In fact, the only time I see it working is on my sidebar on the pages that have sidebars. Can you please advise the CSS I need to use or if there is a setting somewhere? I absolutely love Enfold, btw!

    #207706

    Hey cally423!

    Please try adding following code to Quick CSS

    .avia-builder-el-4 h5 a:hover, avia-builder-el-7 h5 a:hover, .avia-builder-el-10 h5 a:hover { color: #24778c!important; }

    Cheers!
    Yigit

    #207795

    Once again, your response time is much appreciated!! That worked on 2 out of 3. See my site again, and notice how the middle one doesn’t change colors upon hover. Any idea why that wouldn’t work on all 3 of them?

    #207823

    Hi!

    You can use this:

    .main_color h5 span a:hover {
    color: blue !important;
    }

    Change the color value.

    Regards,
    Ismael

    #207986

    Yes, that worked perfectly! Thank you!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Link hover color change not working on all links’ is closed to new replies.