Forum Replies Created
-
AuthorPosts
-
Yes, I will add the image in in Theme Option > WooCommerce > Product Detail Settings > Extra Content.
But how to I make the image clickable? Clickable so that the Delivery & Return details show up.
Thanks Harry. You are awesome!
-Mike
Thanks Harry. The code worked fine when I added it at the top of Custom CSS.
Lastly, The default header is gray color. How can I change this color to something else?
Output like this is okay for me. Can you please let me know how & where to make required changes?
I changed this on browser by reducing page-head padding from 50 to 20px
I’d like to remove the entire header image section (excluding Title) from Categories and Tags pages. But want to keep the Titles for SEO purpose.
Objective is to bring the products up in top-fold of the screen and faster loading due to no header image.
After update to 1.4.1 please clear cache of browser to check again.
It will work well.
Hi Harry,
This is problematic because we can’t be asking all our repeat users to clear their browser cache. Ideally, instead of clearing browser cache, it should have worked fine if we clear the Site Cache.
Pls look into it in future updates. Thanks.
This reply has been marked as private.Hi Harry,
Since there are some changes to Envato dashboard, can you pls provide new instructions to update the theme automatically? I received an email today that there is a new version/update available for the theme, but in the new Envato dashboard I don’t see an option to auto-update.
Thanks.
No worries Harry. I’ve used the above codes individually without any hassle and it works fine.
Harry, suppose I want to add different images on 3 tag pages, so do I need to add 3 times the code like following?
.term-121.tax-product_tag .jas-wc .page-head {
background-image: url(http://janstudio.net/tag1image.jpg);
background-size: cover;
background-repeat: repeat-y;
background-position: center center;
background-attachment: scroll;
}.term-165.tax-product_tag .jas-wc .page-head {
background-image: url(http://janstudio.net/tag2image.jpg);
background-size: cover;
background-repeat: repeat-y;
background-position: center center;
background-attachment: scroll;
}.term-198.tax-product_tag .jas-wc .page-head {
background-image: url(http://janstudio.net/tag3image.jpg);
background-size: cover;
background-repeat: repeat-y;
background-position: center center;
background-attachment: scroll;
}Can’t there be a combined code for the above requirement?
-
AuthorPosts