Skip to main content
1-Visitor
February 1, 2017
Solved

How to change Windchill logo

  • February 1, 2017
  • 2 replies
  • 7147 views

How to change Windchill logo

Best answer by MatthewKnight

It's not clear to me exactly what you want to do, but here's a couple ideas:

  1. Replace codebase/netmarkets/images/logoWC.png
  2. Edit codebase/index.html and replace img tag src attribute OR replace codebase/wtcore/images/bblks/l_ptc_splash.gif or codebase/wtcore/images/bblks/l_ptc_splash.png

If that doesn't help:

  • What version of Windchill are you on
  • What exactly do you want to change or replace (screenshot might help if you're unsure how to explain).

2 replies

1-Visitor
February 1, 2017

It's not clear to me exactly what you want to do, but here's a couple ideas:

  1. Replace codebase/netmarkets/images/logoWC.png
  2. Edit codebase/index.html and replace img tag src attribute OR replace codebase/wtcore/images/bblks/l_ptc_splash.gif or codebase/wtcore/images/bblks/l_ptc_splash.png

If that doesn't help:

  • What version of Windchill are you on
  • What exactly do you want to change or replace (screenshot might help if you're unsure how to explain).
amitshah1-VisitorAuthor
1-Visitor
February 1, 2017

Hi,

I want to change the default PTC Windchill logo from the Windchill page.

I tried replacing image from by thru codebase/netmarkets/images/logoWC.png but no luck.

Capture.JPG

1-Visitor
February 1, 2017

Try clearing your Tomcat cache maybe? Restart Method Server?  Or maybe a hard refresh (Guessing CTRL+F5) in your browser?

If that fails (I'm not sitting in front of a WC instance to check), but maybe open up the DOM inspector in your browser and find out what image that element points to.

1-Visitor
February 1, 2017

Also look here:

<Windchill>/codebase/netmarkets/images/ptclogo.gif

<Windchill>/codebase/netmarkets/images/linklogo.gif

- OR -

From Document CS24738β€Œ , which mentions WC 10.0 HC Customizing UI Branding,

try:

1. Create <WT_HOME>/codebase/ext directory :

  • Place the logo file logo.png in this directory
  • Create custom.css in this directory with the following content:

#logoNav.wncApplLogo { background-image: url(logo.png); }

#logoNav.pjlApplLogo{ background-image: url(logo.png); }

#logoNav.pdmlApplLogo{ background-image: url(logo.png); }

​​Note :  the image url path is relative to the custom.css location.

2. Register the custom.css :

  • Add to site.xconf :
<Property name="netmarkets.presentation.cssFiles" overridable="true" targetFile="codebase/presentation.properties" value="ext/custom.css"/>
  • Deploy with xconfmanager -p
  • Restart Windchill
7-Bedrock
September 22, 2025

Hello Team,

 

How can I change the Windchill header logo and UI Logo in Windchill 12.0.0.0? I have followed the article mentioned above, but I am unable to set the correct dimensions, and the image quality appears low.

avillanueva
23-Emerald I
23-Emerald I
September 22, 2025

In future, try not to reply to old threads. I replace the logo by overwriting this file with my own image.

<Windchill>/codebase/netmarkets/images/logoWC.png

Mine is 136x30 pixels.