• Resolved gnfb

    (@gnfb)


    Hi I am using the dokan plugin and the dokan theme. I have been trying all sorts of css and plugins to remove the “showing single result and the drop down list”. I can remove the drop down box with code in the functions.php

    “”remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );`””

    but it does not remove the “showing single result” Can you help?
    also if there is any easy fix to hide the page title?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @gnfb

    I am not sure but I believe you are referring to this part of the shop page of your site.

    That part is coming from WooCommerce and has got nothing to do with Dokan. If I am referring to the right section then by adding the below-mentioned CSS on your Appearance > Customize > Additional CSS section, the text should be gone.

    p.woocommerce-result-count {
      display: none !important;
    }

    If the CSS is not working then you can share your site’s shop page’s link so that I can assist better.

    Also, let me know if you were referring to any other section and share the link to that page so that I can assist better.

    Shafinoid

    (@shafinahmad01)

    Hi,
    I believe you are doing well,

    As you haven’t replied for a long, I’m considering that your query is being satisfied and I’m also resolving this topic.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sorting options and page title’ is closed to new replies.