esc portal edit text of the mega menu to be different to the header text colour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 08:06 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 11:40 AM
Hi @cchacha
I believe the only way for this to happen is to change the CSS of the header text and the mega menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 08:26 AM
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
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;
}