cancel
Showing results for 
Search instead for 
Did you mean: 

Theme not working

former_member589778
Participant
0 Kudos

Hi Experts,

I created theme by changing the sap logo and detailed navigation selected text color and background color of selected text. I applied theme to portal desktop.

In masthead SAP logo was replaced by new logo but in detailed navigation I am not able to see any changes in selected text color and background color.

Please let us know if I am not correct path.

Thanks,

Srinivasu.Y

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivasu,

Try the following:

1. Go back to the theme editor and check the navigation panel component if your changes have been saved in the first place. If the changes are showing up in the theme editor then it is definitely a problem with the browser cache. Close the browser windows and clear the offline content and files and then log into the portal.

2. If step 1 doesnt solve your problem, then you need to check your master rule collection to see if you are assigned the intended desktop. In the master rule collection, there could also be a case senstivity issue(I have faced it before - when i spelled the userID in smaller case it didnt work but upper case worked). Try to check the existing rules and formulate your new rule based on the existing ones

Regards,

Prathamesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srinivasu,

When you want to change the Detailed navigation background color, You need to customize the css file. Please follow these below steps and remember these custom changes will araise when you update the support stacks. Then you need to repeat the same steps again.

1) Navigate to

/usr/sap/<system_name>/JCXX/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/<your_theme_name>/tree

2) Take a backup copy of tree_ie6.css file.

3) Now change the css file (tree_ie6.css), Search for the string ".SItreeSelColor", It will take you to following areas of that file

.SItreeSelColor{font-family:Arial,Helvetica,sans-serif;font-size:0.7em;font-weight:bold;vertical-align:middle;padding:0 0 0 3px;background-color:#225A8D;color:#FFF}

in the above text, change the background-color and color(text color) values

i.e background-color:#225A8D;color:#FFF to your required color codes.

Slly change in the below location

.SItreeSelColorMarked{font-size:0.7em;font-weight:bold;vertical-align:middle

;padding:0 0 0 3px;text-decoration:none;background-color:#225A8D;color:#FFF}

For examples:

Original colors:

background-color:#225A8D;color:#FFF

replaced with:

background-color:#C6C6C6;color:#E3000F (for Red color and Grey Background)

Hope this helps you

Regards

Sunil Chiluveru

former_member206159
Active Contributor
0 Kudos

Please check that desktop is assigned properly in master rule collection

Raghu