How to increase font-size of header menu on portal page

kiranped
Giga Contributor

How to increase header menu font size ?

Snip20170503_19.png

8 REPLIES 8

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


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


The reason I suggested to do it on Page level was to avoid cloning of widget.


I tried updating through native method by adding css listed below to Menu module and it worked for me.




find_real_file.png




find_real_file.png