cancel
Showing results for 
Search instead for 
Did you mean: 

UI Theme Designer For Portal Theme - Masthead customization - Parameters

Former Member
0 Kudos

Hi Portal Gurus,

I am using traditional framework. I am trying to look for the parameter(s) to configure the little bar next to the welcome box.

In Netweaver 7.02 theme editor it was called "Masthead Design Bar".

The above image is via Chrome

The Image above is a view via IE

And ultimately I want the bar to be colored red in all Browser like the image below which was taken from NW7.02.

Thanks All.

Best regards,

Brian

Accepted Solutions (1)

Accepted Solutions (1)

nickrankin
Contributor
0 Kudos

Hi Brian,

The parameter for css that fix current issue is protected and therefore you can't find this parameter in UI Theme Designer. But there is a workaround

1.) Go to the file system (For example): <your drive>\usr\sap\<your instance>\J00\j2ee\cluster\apps\sap.com\com.sap.portal.design.portaldesigndataless\servlet_jsp\com.sap.portal.design.portaldesigndataless\root\theming\Portal\baseLib\baseTheme 2.) Open the base .LESS file for edit

3.) Change parameter from:

// [Tags "Color", "Protected"]

@sapPrtMastHeadNotchBgColor: #dfd460;

to:

// [Tags "Color", "Portal Masthead", "Portal Outer Frame"]

@sapPrtMastHeadNotchBgColor: #dfd460;

then you can search/see this param in the UI Theme Designer and change it to what you like. Be aware that if the you redeploy EP-BASIS or will do an upgrade you will lose this change and again you will not see the param in UI Theme Designer.

Best regards,

Nick

Answers (0)