Thank you for the prompt reply.
I have more questions about the product.
To be clear, I would like to change the ‘primary menu style’ that is already implemented there.
As I opened the general-header-section.php in kleo theme, I noticed the following:
wp_nav_menu( array(
‘theme_location’ => ‘primary’,
‘depth’ => 3,
‘container’ => ‘div’,
‘container_class’ => ‘collapse navbar-collapse nav-collapse pull-right’,
‘menu_class’ => ‘nav navbar-nav’,
‘fallback_cb’ => ‘kleo_walker_nav_menu::fallback’,
‘walker’ => new kleo_walker_nav_menu()
Is this ‘primary menu’ shown on the header?
If I were to adjust the primary menu style, I would have to reset container class and the menu class’s font, size, etc,.
but I don’t know where the ‘collapse navbar-collapse nav-collapse pull-right’
and ‘nav navbar-nav’ is adjusted at.
Can you tell us where this is located?
Again, thanks for the help.