Hi, is it possible to change the size of the font in the secondary level navigation? So when you click on ABOUT in this example there is a second level - can that level be changed?
Both the Main and the Submenu have to be the same size for it to work correctly.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
body #slide-out-widget-area .inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a, body #nectar-ocm-ht-line-check{
font-size:18px !important;
line-height:21px !important;
}
Hi, is it possible to change the size of the font in the secondary level navigation? So when you click on ABOUT in this example there is a second level - can that level be changed?
Thanks
Hey Again,
Yes, it can be adjusted via the Typography Section in the Salient Theme Options Panel. See screenshot:
Thanks
ThemeNectar Support Team
Sorry I should've been more specific - I only want to adjust for mobile.
Hey Again,
Both the Main and the Submenu have to be the same size for it to work correctly.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team