XML Import Font Colors Spec

Hi,

I want to specify some design properties of the Pro: Classic Design in my import xml.
Can you give me an example how to change the font color?

A working mini example of my current status is below. Yet, I am have only the issue to specify the font color.

Thanks

<designProperty>
      <propertyName>Sidebar Position</propertyName>
      <propertyValue>Right</propertyValue>
 </designProperty>
 
<designProperty>
      <propertyName>Text Size</propertyName>
      <propertyValue>14px</propertyValue>
</designProperty>

<designProperty>
      <propertyName>Colors: Title</propertyName>
      <propertyValue>#01245c</propertyValue>
</designProperty>


<designProperty>
      <propertyName>Title and Subtitle Font</propertyName>
      <propertyValue>San Francisco</propertyValue>
</designProperty>
<designProperty>
      <propertyName>Title and Subtitle Alignment</propertyName>
      <propertyValue>Center</propertyValue>
</designProperty>

Sorry, up until now GarageSale’s XML importer did not correctly handle design properties that represent colors.

Do you have an example XML file that represents a complete listing for me the verify my proposed fix is working?

Hi, thanks for your reply. I attached an example.

Best Regards
ListingImportxml.txt (6.2 KB)

With the new beta the import of color values is now working.

<designProperty>
      <propertyName>Title</propertyName>
      <propertyValue>#FF0000</propertyValue>
</designProperty>
1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.