Magebay Support PortalClip Art and Text Default Color – Magebay Support Portal https://www.magebay.com/forum/articles/clip-art-and-text-default-color/feed/ Mon, 20 May 2024 06:51:32 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/clip-art-and-text-default-color/#post-902 <![CDATA[Clip Art and Text Default Color]]> https://www.magebay.com/forum/articles/clip-art-and-text-default-color/#post-902 Tue, 02 Jun 2015 00:50:45 +0000 austintx When I add clipart or text it defaults to red. Is there a place to set the default? For us it should be black.

]]>
https://www.magebay.com/forum/articles/clip-art-and-text-default-color/#post-905 <![CDATA[Reply To: Clip Art and Text Default Color]]> https://www.magebay.com/forum/articles/clip-art-and-text-default-color/#post-905 Tue, 02 Jun 2015 00:52:24 +0000 Admin Hi
I found it in js/pdp/pdc/js/pdc1.js
The code:
/////////////Setting default info///////////////
PDC_setting = {
color_default: '#FF0000',
font_family_default: "Arial",
font_size_default: '20',
div_side_action : $('#pdc_sides'),
line_height_default: '1.3'
}
/////////////Setting default info///////////////

Red is #FF0000
You can change it to black.

Hope this help!

]]>