Remove Lightbox, +/- always open, Shop and product background

Hi there, 

using BeTheme with Woocommerce and German Market. Now I wanna remove the lightbox (and also not a linked pic), no zoom -> nothing. Only the picture should be shown. 

Is there a way to keep the + always open? 

For every page I have a background picture. But it is also shown in every single product und at the shop page. I wanna have a #fffffff background shown. Is it possible to do it with a shortcode? I don't wanna remove the background image. 

Thanks for help

Comments

  • And where can I change "Showing 1...-2 of 21 Results" 
  • Hi,

    1. Removing link to the image (lightbox) is not possible without files customization.

    2. Keep the + always open, requires files customization as well.

    3. To make the content background white on single product pages, you need to use an extra css:
    .single-product #Content { background: #FFF !important; }
    4. This has nothing to theme but for sure WooCommerce files need to be modified to change this.
  • Thanks for that. 

    Is there a shortcode that I can use in the custom css in a single page? 

    And: 

    I am working with Woocommerce Shortcodes for category slugs 

    [product_category category="grobe-bruehwurst" per_page="8" columns="3" orderby="default" order="ASC" operator="IN"]

    Is there a way to show the product not as columns but as List ? 
  • We are sorry but none of above are possible.
Sign In or Register to comment.