Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › Remove drop shadow from storelist
- This topic has 6 replies, 2 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
Viewing 6 reply threads
- AuthorPosts
- May 12, 2020 at 1:32 am #129762hasnainaly9Participant
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. - May 12, 2020 at 1:13 pm #129944Sarmistha ChakrabortyMember
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.
- May 12, 2020 at 4:26 pm #130011hasnainaly9ParticipantThis reply has been marked as private.
- May 12, 2020 at 7:09 pm #130052Sarmistha ChakrabortyMember
Hello,
Try this css in your theme’s style.css
#wcfmmp-stores-lists,.wcfmmp-store-search-form { box-shadow: none !important; }
Thanks.
- May 12, 2020 at 10:43 pm #130163hasnainaly9Participant
Thanks, it did work.
- May 12, 2020 at 10:45 pm #130166hasnainaly9Participant
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. - May 13, 2020 at 2:46 pm #130375Sarmistha ChakrabortyMember
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.
- AuthorPosts
Viewing 6 reply threads
- You must be logged in to reply to this topic.