New Landing How can we help? Atelier Change Hero Image Height in category

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #248516
    kox_man
    Member
    Post count: 15

    Hi guys,

    I understood how to change height of hero image in header in page, but in categories/shop the height is default around 400px.

    Please help, how to change height of hero header? It’s with ajax, so difficult JS code that I don’t know. I can’t edit it via css.

    Is there this setting available? I don’t see it. I only see how to choose picture in Shop Options, but what about it’s height? I don’t need such large paddings for example. I need to make it twice smaller.

    #248548
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce .page-heading.fancy-heading {
      height: 200px!important;
    }

    – Kyle

    #248630
    kox_man
    Member
    Post count: 15
    This reply has been marked as private.
    #248634
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve got the css inside a media query:

    @media only screen and (max-width: 479px) {
    .owl-carousel .owl-item {
        max-width: 140px !important;
    }
    
    .woocommerce .page-heading.fancy-heading {
      height: 100px!important;
    }

    You need to close off the media query before that rule

    – Kyle

    #248660
    kox_man
    Member
    Post count: 15

    Thank you very much. Love you! 🙂

    #248663
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 6 posts - 1 through 6 (of 6 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