Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #532714

    Hi,
    Could you please help me with changing the shop banner style.
    I must change the hight and size of main loop and categories.
    Is there a possibility to change the the banner size separate for the category banner.

    If I need this for changing the banner:
    —————————–
    #av_product_description …
    and
    .av-parallax.avia-full-stretch {
    background-position: 50% 50% !important;
    background-size: 100% 70% !important;
    }
    —————————
    the problem is I need different changes for loop banner and catergories.

    best regards

    #532778

    Hey tbp!

    Can you send us a link to your page and take a screenshot highlighting what your trying to do? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #532810

    Dear Elliott

    I want to change the shop loop banner
    and I want to change the shop category banners in different ways.
    The banner should be full width without missing parts of images
    I send you the links for the pages as private content..
    Thank you.

    #533067

    Hi!

    The images are too tall: http://project-3.the-berlin-project.com/wp-content/uploads/2015/08/ps4-controller_gaming-controller-shop-header-1500×1049.jpg

    You can try this in the Quick CSS field:

    @media only screen and (min-width: 1024px) {
    .av-parallax.avia-full-stretch {
        background-position: 0 10% !important;
        background-size: 70% 90% !important;
        transform: translate3d(0, 20%, 0) !important;
    }
    }

    Use more css media queries to adjust the background-size property on different screens sizes. I have tested the code and it works well for this page: http://project-3.the-berlin-project.com/produktkategorie/ps4-controller/

    Cheers!
    Ismael

    #536002

    Hi
    thanks for your answer.
    This did not work because I want to effect shop banner and category banner separate.
    But I´ve changed the images and it worked.
    But after I made the last update of the theme. Nothing works.
    Could you help?

    #536374

    Hi,
    after latest update the css modifications for the shop banner and category banner I have done before are not working.
    I don´t know what to do.

    Could you help?

    #537869

    Hi!

    Replace the previous css selector with this:

    .av-parallax .av-parallax-inner {
    /* style here */
    }

    Cheers!
    Ismael

    #538220

    Hi,
    thank you very much for your help.
    I ´ve fixed everything.
    You can close this thread now.

    best regards

    #538758

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘SHOP BANNER AND SHOP CATEGORY BANNER’ is closed to new replies.