Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #893620

    Hi!

    I use the enfold theme with woocommerce. I filled out the description field of the product category. The description is shown on the top, over the products. Now I would like to have the description unter the products.

    Is this possible? Maybe with an css in my child theme?

    Thanks & all the best!

    #894105

    Hey vollstark,

    Here is a thread for you to consider
    https://stackoverflow.com/a/26463663

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #894336

    Hi Victoria,

    thanks, that´s great. :-) But the “remove” did not work :-(

    I add these to the function.php of my child theme:

    remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );

    The description is at the bottom now. Thats pretty fine :-) But the description ist on the top as well :(

    All the best,
    Kai

    #894387

    Hi Kai,

    Well, we can hide it via css.
    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

    
    main .term-description {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894425

    Hi Victoria.

    Perfekt! It works very well :)))

    I put the code in the child css file.

    Thank you very much!

    All the best,
    Kai

    #894438

    Hi Kai,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.