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, 9 months ago by
Sarmistha Chakraborty.
Viewing 6 reply threads
- AuthorPosts
- May 12, 2020 at 1:32 am #129762
hasnainaly9
ParticipantHello, 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 #129944
Sarmistha Chakraborty
MemberHello,
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 #130011
hasnainaly9
ParticipantThis reply has been marked as private. - May 12, 2020 at 7:09 pm #130052
Sarmistha Chakraborty
MemberHello,
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 #130163
hasnainaly9
ParticipantThanks, it did work.
- May 12, 2020 at 10:45 pm #130166
hasnainaly9
ParticipantAlso, 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 #130375
Sarmistha Chakraborty
MemberHello,
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.