• Resolved kozmonauta

    (@kozmonauta)


    Hello, is there an option where I can remove this message? If not, could you please provide me with a Code Snippet to hide it?

    Thank you.

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

    (@jahidulhassan)

    Hi @kozmonauta,

    I believe you are referring to the message shown in this screenshot. If you want to remove the message, you can add the below-mentioned CSS on your WordPress admin panel’s Appearance > Customize > Additional CSS screen.

    .dokan-store #dokan-content .dokan-info {
      display: none !important;
    }

    I hope this will help. Thanks!

    Thread Starter kozmonauta

    (@kozmonauta)

    Hello, thank you.

    I had thought exactly about that. But then, I had a question:

    Would hiding .dokan-info hide all these types of messages in Dokan and not just this specific one?

    Thank you.

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @kozmonauta,

    The CSS that I shared will be applicable only on the Single Store page of Dokan. The elements with the class dokan-info on other pages will not be affected.

    Thanks!

    Thread Starter kozmonauta

    (@kozmonauta)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hide “No products were found from this supplier!” message’ is closed to new replies.