Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
How to change Windchill logo
It's not clear to me exactly what you want to do, but here's a couple ideas:
If that doesn't help:
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.
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.
I tried all that bit not working.
Is there any specific image dimension size I have maintain. I believe my image size is too large to fit into.
If you can provide about the image size.
No clue. Try right clicking the original file and duplicate using its dimensions
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 :
#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 :
<Property name="netmarkets.presentation.cssFiles" overridable="true" targetFile="codebase/presentation.properties" value="ext/custom.css"/>