Home › Forums › Themes Support › Gecko › Woocommerce Product Taxonomy Image – Title Background
Tagged: taxonomy, header image, Tag
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by
Harry.
-
AuthorPosts
-
-
June 30, 2020 at 10:49 pm #37257
Hi,
I have a problem.
I use the Page Title Background on my website in the shop.
The background at the products and the categories are not a problem.
But I can’t add pictures at the Taxonomy / Tag sides.
And in the payment process there is only the gray box (now I have colored it white using a css code).I have already tried to add images to the keywords using the “Category and Taxonomy Image” plugin, but unfortunately they are not displayed.
It would also be nice if the standard image is on all Woocommerce sites.
I use actually the following codes:
.page-head .woocommerce-breadcrumb, .page-head .jas-breadcrumb, .tu.mb__10.cw {
display:none;
}.page-head {
padding:200px;
}.archive.post-type-archive .page-head::before,
.archive tax-product_cat .page-head::before {
background: none;
padding: 10px 0;
}
.archive.post-type-archive .page-head h1,
.archive tax-product_cat .page-head h1 {
color: #222;
}.page-head::before {
display: none;
}.page-head {
background-position: center top;
;}And a second question:
I would like to add a background image to the top line (“Deine Geschichte ist in Dir”).
I found out that it is the code .jas-row.middle-xs.
If I change that, the 2nd line also changes with what I don’t want.
Is there a code for only the first part?thank you so much for your help!
-
July 1, 2020 at 12:20 pm #37265
Hi,
1. Please change code to
.tax-product_tag .jas-wc .page-head { background-image: url(http://p557553.mittwaldserver.info/wp-content/uploads/2020/06/GermanyMeetsIceland-3.jpg); background-size: cover; background-repeat: inherit; background-position: center center; background-attachment: fixed; padding-top: 200px; padding-bottom: 200px; }
2. Please use class “header__top.bgbl” for the css row
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 1, 2020 at 4:05 pm #37268
Hi,
Thank you for the first time.
Point 2 is ticked off – it worked just fine.
to point 1:
is it possible to use different pictures for the tags?and in the payment process (shopping cart, cash desk, ..) I still have no picture. Is it possible to remove the white bar or add an image here?
thank you for the great help!
Eva -
July 1, 2020 at 5:01 pm #37274
Hi Eva,
1. I’m sorry it not support different image for different tag, it only can use one image
3. Please edit page (cart, checkout) and upload featured image to show it as page title background.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.