Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990361
    xsimon59
    Participant

    hi`

    can you tell me how to make the color of the play button at the top of the page change to yellow when the cursor is over it? http://bostonhypnosis.com/wordpress/issues/

    i’m not sure how to do it and im going to have one on most pages on the site. i’m happy to do second button image in a different color, just not sure if that should be part of the solution.

    thanks

    #990771
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    img.lazyloaded:hover {
        background-color: #E8E110 !important;
        border-radius: 40px;
    }

    Let us know how it goes.

    #991470
    xsimon59
    Participant

    Hi –

    Thanks for that. It looks good except that no matter what I set the border radius at, the hover clor is appearing outside of the actual icon. Can you tell me how I can fix this? thanks.

    #991471
    xsimon59
    Participant

    the hover color – the yellow

    #991806
    Rad
    Moderator

    Hi there,

    Ah, that’s because the white icon within the image is smaller than the self itself.

    For example, it’s 64×64 including the transparent background while the white icon is around 60×60. You can fix that by fitting the transparent background to the same size of the white icon.

    Thanks!

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