Home Forums WoodMart support forum Product style (shop)

Product style (shop)

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

    Vok
    Participant

    I would like to have product excerpt (summary) visible all the time, not only on hover.
    (see attached image)

    Can you provide instructions for code editing (code location at least)?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #344845

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards

    #344851

    Vok
    Participant

    Here you go.

    #344897

    Vok
    Participant

    Just added this to functions.php:

    function add_desc_to_shop_products() {
    the_excerpt();
    }
    add_action( ‘woocommerce_after_shop_loop_item_title’, ‘add_desc_to_shop_products’, 40 );

    And to Custom CSS:

    .wd-more-desc .wd-more-desc-inner {display:none;}

    Please advise if you have more convenient solution. Thank you.

    #345018

    Hello,

    We are Glad that you found the solution yourself.

    If the code is working well for you then you can keep it.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Product style (shop)’ is closed to new replies.