Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for reaching out @hmchenaran.s. To dequeue the WC-Marketplace style and script you can use the assets folder (wp-content >> plugins >> woocommerce >> assets >> frontend).

    Regards,
    Rimpa

    Thread Starter hmchenaran.s

    (@hmchenarans)

    hi

    how to Dequeue these files in home page with functions.php file?

    by thanks

    Thanks for holding patience @hmchenaran.s. Here is the syntax to Dequeue the file:

    <?php wp_dequeue_style( [wcmp_style_name] ) ?>

    And these are the style names:
    1. frontend_css
    2. product_css
    3. vendor_order_by_product_css
    4. jquery-style
    5. wcmp_new_vandor_dashboard_css
    6. font-awesome
    7. wcmp_review_rating
    8. multiple_vendor

    Hope this will help you.

    [ Signature moderated ]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dequeue Style And Scripts’ is closed to new replies.