How to increase font-size of header menu on portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2017 05:22 AM
Hi Murthy,
It may be the case that that header menu is created with a different element ID? As I'm fairly new to SN myself, I'm not sure if there's a better way of doing this but if you're using Chrome, I'd right click any of the menu items and navigate up the DOM to identify a <div> tag containing that menu and see what the ID of that element is. You can then use that ID in your CSS.
Let me know if that works or not.
Regards,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 11:10 AM
Actually, doing that worked only for the index page. When I navigated to the other pages, it reverted back to the original size.
I did managed to get it working by adding the CSS code to the header Widget.
Thanks,
Vishal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 01:49 AM
The reason I suggested to do it on Page level was to avoid cloning of widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2017 07:34 AM