Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Colour in short description
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by Sarmistha Chakraborty.
- AuthorPosts
- April 19, 2020 at 2:23 pm #120579karl ohinParticipant
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. - April 20, 2020 at 12:37 pm #120877Sarmistha ChakrabortyMember
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.
- April 20, 2020 at 6:32 pm #120992karl ohinParticipant
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
- April 20, 2020 at 7:30 pm #121026Sarmistha ChakrabortyMember
Hi,
Can you please send us the url, then we can check and guide you.
Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.