-
AuthorPosts
-
November 9, 2015 at 4:30 pm #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
November 9, 2015 at 5:31 pm #532778Hey 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!
ElliottNovember 9, 2015 at 6:19 pm #532810Dear 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.November 10, 2015 at 6:44 am #533067Hi!
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!
IsmaelNovember 15, 2015 at 3:49 am #536002Hi
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?November 16, 2015 at 8:48 am #536374Hi,
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?
November 18, 2015 at 8:41 am #537869Hi!
Replace the previous css selector with this:
.av-parallax .av-parallax-inner { /* style here */ }
Cheers!
IsmaelNovember 18, 2015 at 3:57 pm #538220Hi,
thank you very much for your help.
I ´ve fixed everything.
You can close this thread now.best regards
November 19, 2015 at 7:01 am #538758 -
AuthorPosts
- The topic ‘SHOP BANNER AND SHOP CATEGORY BANNER’ is closed to new replies.