Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #898699
    Johanschack
    Participant

    Hey guys,

    It’s probably very simple but I can’t figure it out :O

    When i hover over some grey images they become a little lighter. could it be possible to make the hover color to the color code ‘6481a6’ instead? I have attached two images showing the images with and without hovering.

    Thanks
    Johan

    #898703
    Johanschack
    Participant

    Images were too big :O

    #899625
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #900115
    Johanschack
    Participant
    This reply has been marked as private.
    #901450
    Rupok
    Member

    Hi there,

    Thanks for writing back! You are using image not icon so it’s not possible to change the color on hover. It’s becoming light by changing the opacity with the below code :

    a.x-img:hover:not(.x-img-thumbnail) {
      opacity: 0.75;
    }
    

    So if you want to change the background then use a Icon and set background color to them.

    Hope this makes sense.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-898699 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>