Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Woocommerce Product Taxonomy Image – Title Background

Viewing 3 reply threads
  • Author
    Posts
    • #37257
      nickel
      Support Expired

      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!

       

    • #37265
      Harry
      Support Expired

      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

    • #37268
      nickel
      Support Expired

      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

    • #37274
      Harry
      Support Expired

      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

Viewing 3 reply threads

You must be logged in to reply to this topic.