- This topic has 1 reply, 2 voices, and was last updated 5 years, 6 months ago by .
change the navigation bar
You must be logged in to reply to this topic.
hello.
1. i want to chage the size of text in navigation bar. what source do i have to change?
2. i want to put in “search action” into main menu bar.
if you have a sample page for seaching page .. please let me know.
thanks.
Hello there,
The best way would be adding simple CSS code. You should navigate to Appearance > Customize > Additional CSS and add code below (don’t forget to change 20px to your desired size):
.navbar .navbar-nav li a{
font-size:20px;
}
I’m not sure if I understood well, but the easiest way to add search box into menu would be using one of the plugins. This one is very simply and works well:
https://wordpress.org/plugins/add-search-to-menu/
Thanks,
Piotr Bąk
You must be logged in to reply to this topic.