• Hi,

    First of all thanks for this great free theme!
    After searching on Google my question remain:

    How can i move category description + image below the product?

    So below the menu i only want the filter and products and after the pagination i want the description and image. For both category pages as (tag) archives if possible.

    Thank you VERY much ??

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter killz

    (@killz)

    anybody? Thank you very much ??

    Thread Starter killz

    (@killz)

    This is how it now is:

    Before

    And this is where it needs to go

    After

    This both for catergory and tag pages please.

    Thank you for the support!

    Thread Starter killz

    (@killz)

    It’s Woocommerce as you can tell

    Hello,

    Try adding the below code to the Customize > Custom CSS section and check it works or not –

    .archive.tax-product_cat .entry-content {
        display: flex;
        flex-direction: column;
    }
    .breadcrumb.breadcrumbs.woo-breadcrumbs {
        order: 1;
        -webkit-order: 1;
    }
    .woocommerce-notices-wrapper {
        order: 2;
        -webkit-order: 2;
    }
    .oceanwp-toolbar. {
        order: 3;
        -webkit-order: 3;
    
    }
    ul.products.oceanwp-row.clr.grid {
        order: 4;
        -webkit-order: 4;
    
    }
    header.woocommerce-products-header {
        order: 5;
        -webkit-order: 5;
    }
    Thread Starter killz

    (@killz)

    Hi Amit,

    It works!! I’m very grateful, thank you so much my WordPress friend!
    You just made me very happy <8D
    I don’t want to bother my buyers with SEO text so that was the reason i wanted to have the text below the product.

    Greetings Wouter

    You’re welcome!

    Thread Starter killz

    (@killz)

    Hi Amit, your solution works great at the category pages, can you please tell me how to do the same with product tag pages?
    Like: https://verfwinkel.schilderpret.nl/product-tag/hoogglans/

    Thank you ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Move category discription and image below category/arhive products’ is closed to new replies.