Remove drop shadow from storelist

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WC Vendors Remove drop shadow from storelist

Viewing 6 reply threads
  • Author
    Posts
    • #129762
      hasnainaly9
      Participant

      Hello, Is there any way to remove drop shadow from the store list page? Currently, it look like this …

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

      Hello,

      Sorry please explain little more what do mean by “drop shadow “(screenshot with mark the “drop shadow”)
      Can you share us the page url. So, we can check your site.

      Thanks.

    • #130011
      hasnainaly9
      Participant
      This reply has been marked as private.
    • #130052

      Hello,

      Try this css in your theme’s style.css

      #wcfmmp-stores-lists,.wcfmmp-store-search-form {
      	box-shadow: none !important;
      }

      Thanks.

    • #130163
      hasnainaly9
      Participant

      Thanks, it did work.

    • #130166
      hasnainaly9
      Participant

      Also, there is an issue with the sidebar on a single vendor page. As seen in the attachment, the pictures of products are overlaying the product name and price. Any solution?

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

      Hello,

      Try this css-

      #wcfmmp-store ul.product_list_widget li span.woocommerce-Price-amount.amount {
          margin-left: 60px;
      }
      #wcfmmp-store ul.product_list_widget li img {
          top: 24px !important;
      }
      

      Thanks.

Viewing 6 reply threads
  • You must be logged in to reply to this topic.