cancel
Showing results for 
Search instead for 
Did you mean: 

Want to change color just below Second level navigation Tab (part of Menu bar color)

Former Member
0 Kudos


Hi All,

Portal version: SAP 7.4

Theme used : Tradeshow

Page: Ajax Framework page

I have changed the Menu bar colour, due to which a line is coming after second level navigation with same color. Please sugget how to change the color of this line, or remove this line.

Thanks and Regards,

Khushboo Agarwal

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Khushboo,

traverse to following path on the server: /j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/portalapps/com.sap.portal.design.portaldesigndata/themes/<THEME Name>/AFP/AFP_sf3.css.

Take the back up of existing AFP_sf3.css and make the below mentioned changes in that file.

Now search for the element: prtlPageConL.

Add a property to this element:  Background-color: #FFFFFF; 

Before change:

.prtlPageConL {padding: 0px !important;}

After change:

.prtlPageConL {Background-color:#FFFFFF;padding: 0px !important;}

the above one is an example for white background. You can add required color code there. Save this css file and upload on the same server path mentioned above by replacing the existing one.

Now, check whether the changes are reflected or not in the portal. If not, then restart the server.

Regards,

Khushboo

Former Member
0 Kudos

Hi,

We are also facing the same issue. Anyone please suggest some workaround.

Thanks

Former Member
0 Kudos

Hi Khushboo,


If the parameter you want to change is not exposed in theme editor then you can see following note:

'1752515   Updating Customer Theme Parameters Not Exposed in the Theme Editor'.

Regards,

Mahmoud

former_member186017
Active Participant
0 Kudos

Hi,

Check this tool that can help you with your requirement

BR,

Nadav.

Former Member
0 Kudos

Hi Khushboo,

This docuement is related to the AJAX framework page:

Best regards,

Etay

vijay_kumar49
Active Contributor
0 Kudos

Please check this documents . it should be useful  document-1  and Customizing the portal using the new UI Theme Designer - Part 1

Kindly let me know if you need any more information