Colour in short description

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!

Viewing 3 reply threads
  • Author
    Posts
    • #120579
      karl ohin
      Participant

      hi,

      when i am editing the product in the dashboard , the short description is default white font colour and i cant see it , it is the same once it is published on the website.

      i tried to change it using

      .woocommerce-product-details__short-description {
          color:#0066bf !important;
         
      }

      see image attached it wont change , any suggestions , thanks

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

      Hello,

      To change font color in vendor dashboard product edit section(product short description),

      body#tinymce {
          color: #0066bf !important; 
      }

      Add this css in your theme’s style.css

      Thanks.

    • #120992
      karl ohin
      Participant

      Hi That didnt fix it .

      Its weird that the woo commerce short description on the main site is white text also and wont change at all .

      Whats common to the TinyMCE short

      When i viewed the product via woo commerce products and not the marketplace i noticed this code inserted before the short description text

      <p><span style="color: #ffffff;" data-mce-style="color: #ffffff;">

      When i change data-mce-style to #000000 it doesnt work only when i change color: to #000000 manually it works

      Would this be the cause ?

      Thanks

    • #121026

      Hi,

      Can you please send us the url, then we can check and guide you.

      Thanks.

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