cancel
Showing results for 
Search instead for 
Did you mean: 

Color of function links in customized masthead.par could not be changed

Former Member
0 Kudos

Hi,

I am not able to change the color of the function links (Help, Personalize and Log Off links) in Portal Masthead through the code in masthead.par file. When I try changing the same from the customized Portal Theme which is being assigned to the desktop, the changes to "Font Color for Function Links" for "Portal Masthead" is not being reflected in the masthead.

Could you please suggest any solution for this.

Thanks & Regards,

Chandrima.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have tried deleting the browser cache and a refresh verytime I have uploaded the masthead.par and changed the theme. The Portal had also been restarted. Still, the issue persists.

Please suggest if you are aware of any further pointers on the change required in the masthead.par code (HeaderView.jsp), like the example given below:

if (showPersonalizeLink)

{

if (showHelpLink || showPortalPlace)

{ %>

<TD nowrap id="personalizePortalSep" class="prtlHdrSep"></TD>

<%} %>

<TD nowrap id="personalizePortal">

<hbj:link id="PersonalizeLink" tooltip="<%=personalizePortalTooltipStr%>" linkDesign="FUNCTION" reference="#">

<% if (!isPreview) {PersonalizeLink.setOnClientClick("javascript:runPersonalizePortal();");}%>

<hbj:textView nested="true" text="<%=personalizeTextStr%>"/>

</hbj:link>

</TD>

<TD nowrap></TD>

The colors are already changed in the customized portal theme used for the desktop but these changes are not reflected in the portal.

Thanks & Regards,

Chandrima

chintan_virani
Active Contributor
0 Kudos

Try clearing your IE temporary files and browser cache. If issue still persists restart the server.