New Landing How can we help? Cardinal Help with a few issues

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Cardinal
  • #156060
    benjiphig
    Member
    Post count: 41

    1. Any way to remove the gap between the cover options on this page? http://boycalledben.co.uk/fine-art-albums/

    2. How can I remove the overlay and animation from the portfolio items? http://boycalledben.co.uk/featured-work/

    3. How can I prevent the buttons under ‘extras’ from having a link? I don’t want them to link through to anything but like the look of the button? http://boycalledben.co.uk/info/

    Thanks

    #156517
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please attach marked screenshot.

    2- Please use this custom css code:-

    
    .portfolio-item figure.animated-overlay figcaption{
    display:none !important;
    }
    
    figure.animated-overlay:hover > img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    2- Pleas euse this custom css code:-

    .page-id-11272 .sf-image-banner .sf-button{
    cursor:none !important;
    }
    #156564
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Try this in the Custom CSS.

    
    .remove-element-spacing h5 { margin: 0; }

    Let us know,

    Thanks,
    laranz.

    #156802
    benjiphig
    Member
    Post count: 41

    1. Thank you. Seems a little better but still a small gap between the rows.

    2.That’s just hidden the cursor. My aim is to have it so the the text is not a link, also so it doesn’t change color when hovering and also so that the actual image banner isn’t clickable either.

    How do I do this?

    3. Is there any way to remove the overlay without losing the text?

    #156814
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .portfolio-item figure.animated-overlay figcaption{
    background-color:transparent !important;
    }

    .remove-element-spacing h5 { padding-bottom: 0px;padding-top: 0px; }

    Paste this code at custom js of theme options.

    <script>
    jQuery('.page-id-11272 .sf-image-banner a.sf-button').attr('href','#');
    </script>

    Thanks
    Mohammad

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register