Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.page-submenu li a {
font-family: 'Montserrat';
font-size: 14px !important;
}
Hello,
I would like to customize the font on the Page Submenu to be exactly like the font of my Main Navigation.
Is there a CSS to make automatically inherit this settings to the page submenu shortcode? or just a custom CSS with this settings to put somewhere?
Font Family: Montserrat
Weight: Bold 700
Text Transform: Uppercase
Size: 11
Line Height: 15
Letter Spacing: 1
Thank you in advance.
Hey S,
Try adjusting the Typography Options in here : http://prntscr.com/m5dsop .
Best
ThemeNectar Support Team
Thank you Tahir,
I meant, how can I customize the font for the "Page Submenu" shortcode?
Best
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you Tahir, worked perfectly!