Change colour of WCFM default in theme

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!

Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #101143
      info143
      Participant

      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

    • #101357

      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.

      • #101465
        haithem.kchaou
        Participant

        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

        • #101573

          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.

          • #101580
            haithem.kchaou
            Participant

            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.

            • #102258

              Hello,

              Modify the style,

              .wcfmmp_sold_by_wrapper a {
                  color: #a8a8a8 !important;
              }

              Thanks.

              • #102285
                haithem.kchaou
                Participant

                Hi,

                Just did, still not working 🙁

                What should I do ?

                Best,

    • #102322
      haithem.kchaou
      Participant

      no it’s good, thank you !

    • #121377
      Kay
      Participant
      This reply has been marked as private.
      • #121456

        Hello,

        We have checked your site. Do you want to change button background color and button text color(example “Visit”)?

        Thanks.

    • #121818
      Kay
      Participant
      This reply has been marked as private.
      • #121854

        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.

    • #121991
      Kay
      Participant

      Can I remove the inquiry button with an attribute or css?

      • #122143

        Hi,

        To remove “inquiry button” from slide add below css,

        .owl-item a.wcfm_catalog_enquiry{
        display:none !important;
        }
        

        Thanks.

    • #122181
      Kay
      Participant

      Thanks

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