You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
I found your wonderful template and since I am so new to WordPress, I require some custom code to change the size of the font in the pages Menu (Navigation) bar. Can anyone assist me? thanks in advance
The text was updated successfully, but these errors were encountered:
You can adjust the general theme font size using the Customizer, try adding this to the custom CSS section of the Customizer if you just want to change the nav bar font size:
.bannernav { font-size:200%; } /* or whatever font size you like */
You can adjust the general theme font size using the Customizer, try
adding this to the custom CSS section of the Customizer if you just want to
change the nav bar font size:
.banner nav { font-size: 200%; } /* or whatever font size you like */
I found your wonderful template and since I am so new to WordPress, I require some custom code to change the size of the font in the pages Menu (Navigation) bar. Can anyone assist me? thanks in advance
The text was updated successfully, but these errors were encountered: