Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Change colour of WCFM default in theme
Tagged: change colour
- This topic has 14 replies, 4 voices, and was last updated 4 years, 6 months ago by Kay.
- AuthorPosts
- January 6, 2020 at 10:27 pm #101143info143Participant
Hello,
we are displaying some of your default shortcodes on our page.
How can we change the colour of your default settings in:
1. store list carousel (example here: https://ibb.co/JzJ3sxp)
2. Store name under product (example here: https://ibb.co/5MHhy67)Thank you in advance!
Hanna
- January 8, 2020 at 4:17 pm #101357Sarmistha ChakrabortyMember
Hello,
1. store list carousel (example here: https://ibb.co/JzJ3sxp)
>> Change “Store Card Text Color” from WCFM dashboard settings->Store style.2. Store name under product
>>Add this code to your child theme’s style.css.wcfmmp_sold_by_wrapper a { color: #000!important; // change the color as your requrement }
Thanks.
- January 9, 2020 at 4:03 pm #101465haithem.kchaouParticipant
Hello,
The code doesn’t work 🙁
it’s still light blue.here is what I’ve added
.wcfmmp_sold_by_wrapper a { color: #a8a8a8; }
Is there a mistake?
Thanks
- January 10, 2020 at 4:45 pm #101573Sarmistha ChakrabortyMember
Hello,
Please confirm whether the “Store Card Text Color” is changed?
Kindly share us the page link(Store name under product), then we will send you the exact style.Thanks.
- January 10, 2020 at 5:39 pm #101580haithem.kchaouParticipant
Hello,
I’m not the one that created the topic, I don’t have a problem with the store card text color, but only the store name.
Here is the link: kyteb.com
Thank you.
- January 16, 2020 at 11:50 am #102258Sarmistha ChakrabortyMember
Hello,
Modify the style,
.wcfmmp_sold_by_wrapper a { color: #a8a8a8 !important; }
Thanks.
- January 16, 2020 at 4:03 pm #102285haithem.kchaouParticipant
Hi,
Just did, still not working 🙁
What should I do ?
Best,
- January 16, 2020 at 8:17 pm #102322haithem.kchaouParticipant
no it’s good, thank you !
- April 21, 2020 at 6:33 pm #121377KayParticipantThis reply has been marked as private.
- April 21, 2020 at 9:13 pm #121456Sarmistha ChakrabortyMember
Hello,
We have checked your site. Do you want to change button background color and button text color(example “Visit”)?
Thanks.
- April 22, 2020 at 6:11 pm #121818KayParticipantThis reply has been marked as private.
- April 22, 2020 at 7:00 pm #121854Sarmistha ChakrabortyMember
Hi,
Try this css in you theme’s style.css
a.wcfm_catalog_enquiry, span.add_enquiry, a.wcfm_follow_me, a.wcfm_chat_now_button { border-bottom:1px solid red; /* replace red with your color code*/ } #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry, #wcfmmp-stores-wrap a.wcfmmp-visit-store { color:red;/* replace red with your color code*/ } /* hover effect*/ #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry:hover,#wcfmmp-stores-wrap a.wcfmmp-visit-store:hover { background:red; /* replace red with your color code*/ color:#fff; }
Thanks.
- April 23, 2020 at 1:33 am #121991KayParticipant
Can I remove the inquiry button with an attribute or css?
- April 23, 2020 at 2:49 pm #122143Sarmistha ChakrabortyMember
Hi,
To remove “inquiry button” from slide add below css,
.owl-item a.wcfm_catalog_enquiry{ display:none !important; }
Thanks.
- April 23, 2020 at 5:05 pm #122181KayParticipant
Thanks
- AuthorPosts
- You must be logged in to reply to this topic.