esc portal edit text of the mega menu to be different to the header text colour

cchacha
Mega Guru

Hi All,

on the esc portal is there a way to edit text of the mega menu to be different to the header text colour?

i want the header texts to be green and the mega menu text colour to be white.

At the moment OOTB the same colour is used for both. is there a way to insert a stylist sheet to override this?

Thanks,

Carol

2 REPLIES 2

RforNewbie
Tera Guru

Hi @cchacha 

 

I believe the only way for this to happen is to change the CSS of the header text and the mega menu

gurjot5
ServiceNow Employee
ServiceNow Employee

This can be done using Page CSS or Portal CSS , you can open the page(ec_pro_dashboard) in page editor , select the starting root element and then add the specific CSS under Page specific CSS 

gurjot5_0-1694359399065.png

 

Otherwise you can go to All > Portals > Themes >EC Theme (esc)

Add the specific CSS under CSS field

 

Example CSS

 

.header-name-class{

color:red;

}