Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Saguaros Moderator
    #1112064

    Hi,

    Could you share the screenshot highlight the module you’re referring to? and how you want to achieve, I will take a look.

    Regards

    lawyerlinguist Friend
    #1112066

    Sure, you find the screenshot attached.
    I just want to be able to leave only the background image, without the white border, the icon on the top and the filter.
    I’d like to be able to put just an image.
    Thanks


    1. JACM-hero-module
    Saguaros Moderator
    #1112201
    This reply has been marked as private.
    lawyerlinguist Friend
    #1112236

    The site is offline, but that’s really about the demo site….if you look at the module, it’s just how to strip it of everything but the background image….
    Thanks.

    Saguaros Moderator
    #1112273

    You can try this custom CSS code:

    .acm-hero .hero-bg img {
        opacity: 1 !important;
    }
    
    .acm-hero .hero-icon {
        display: none;
    }
    
    .acm-hero .hero-content {
        border: none;
    }
    lawyerlinguist Friend
    #1112275

    Thank you so much, that’s what I meant: however, as you can see from the screenshot, only the top border is gone, the other 3 are still there; can we get rid of them too?
    Thanks!


    1. jacm_hero
    Saguaros Moderator
    #1112277

    Try to change:

    .acm-hero .hero-content {
        border: none;
    }

    to:

    .acm-hero .hero-content {
        border: none !important;
    }
    lawyerlinguist Friend
    #1112278

    Perfect!
    Many thanks indeed!

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

This topic contains 8 replies, has 2 voices, and was last updated by  lawyerlinguist 6 years, 1 month ago.

The topic ‘JACM Hero module – keep only photo’ is closed to new replies.