Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #459097

    Can you please provide me with some quick css to add a hover color #018db0 to each of these 3 icons please? I already have a custom css class for this color section of portfolio-navigation. Thanks!

    #459121

    Hi djshortkut!

    The icons are not working as links in your site, so make them work with hover state, would require some more work to be achived.

    If you have more customization requests, as I see that there are many opened till now, please visit our partner, who will help you out.
    http://kriesi.at/contact/customization

    Cheers!
    Basilis

    #459482

    I’m not sure what you mean. Each of these icons is set as a link already and each one links to another page. Can’t a hover be added to each of these? You guys have helped me do this with other icons and buttons already so I would think this is possible. Thanks!

    #459492

    Hi!

    Please add following code to Quick CSS

    .page-id-319 #av_section_5 .av_font_icon:hover {
      color: #018db0!important;
    }

    Cheers!
    Yigit

    #459570
    This reply has been marked as private.
    #459571

    Hi!

    Please add following code to Quick CSS as well

    #top .av-large-testimonial-slider .avia-slideshow-arrows a:hover {
      color: #018db0;
    }

    Cheers!
    Yigit

    #459576

    Thanks Yigit! You can close this thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hover Color for Icons’ is closed to new replies.