Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1250680

    Hi, I used the code from this thread (pasted below): https://kriesi.at/support/topic/remove-woocommerce-related-products-from-shop-page/ in order to remove the related products from underneath each individual product page. The code works but it leaves a section blank space in dark blue color.

    1) Can we eliminate that blank space? What code do I need to remove that space?
    2) Or alternately, is there a way to put custom text content there instead of the related products? I could eliminate the sidebar for each product page and instead include the sidebar content in that blue bottom section… is that possible? If so, can you provide coding to create that?

    Code works:
    .related.products {
    display: none !important;
    }

    Thanks, I appreciate your help!

    #1251473

    Hey Dino0103,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single.single-product .shop_columns_5 + #av_section_1 {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1251566
    This reply has been marked as private.
    #1251577
    This reply has been marked as private.
    #1251889

    Hi Dino0103,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove related products and space’ is closed to new replies.