Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169355
    Laura L
    Participant

    Hello!

    I would like to have the cursor-over effect on images here . . .

    SOLD WORK GALLERY

    . . . be applied to images on this page:

    AVAILABLE WORK GALLERY

    Right now the images in the AVAILABLE WORK GALLERY lighten in tone with the cursor-over, which isn’t as desirable as having a hairline outline around them as in the SOLD WORK GALLERY.

    Is there a CSS for the Customizer that would make that happen?

    Many thanks,
    Laura

    WP WordPress 4.6 running X – Child Theme: Icon theme
    X Version 4.6.2
    Cornerstone 1.3.2

    #1169754
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Please change this CSS,

    .page-id-3553 #x-section-2 a.x-img:not(.x-img-thumbnail):hover {
        opacity: 1 !important;
        border: 1px solid #000 !important;
    }

    to this,

    a.x-img:not(.x-img-thumbnail):hover {
        opacity: 1 !important;
    }
    a.x-img:not(.x-img-thumbnail) img {
        border: 1px solid transparent !important;
    }
    a.x-img:not(.x-img-thumbnail):hover img {
        border: 1px solid #000 !important;
    }

    Thanks!

    #1169760
    Laura L
    Participant

    Worked perfectly . . . you are the best!

    Many thanks,
    Laura

    #1169918
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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