• Resolved moarf

    (@moarf)


    Hi,
    I want to know how can I move WooCommerce category description on the bottom of my web page ?

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

Viewing 1 replies (of 1 total)
  • Thread Starter moarf

    (@moarf)

    Hi,
    So the blossom team support give me the solution for my problem :
    https://beaverhero.com/move-product-category-description/

    Description is on the top (not cool) but new one on the footer (cool!!). So adding :
    Add CSS via Admin Dashboard > Appearance > Customize > Additional CSS.
    This will remove the category description on the top.

    .woocommerce-page .site-content>.page-header .archive-description {
    display:none;
    }`

    Bye !

    • This reply was modified 3 years ago by moarf.
Viewing 1 replies (of 1 total)
  • The topic ‘Move WooCommerce category description’ is closed to new replies.