-
Author
Tagged: customizing menu
-
July 24, 2014 at 14:14 #23435buzznesslabParticipant
Hi!
I want to customize the style of ‘primary menu’.
Which one is the file that i need to change???there’s nothing @ style.css
July 24, 2014 at 16:45 #23460CatalinModeratorHello,
You can add your css modifications in the style.css file from your child theme folder.
Also, take a look at the (Theme options > Styling options) where you can style your header.
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 25, 2014 at 10:38 #23577buzznesslabParticipantThank 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.
July 28, 2014 at 17:01 #23819CatalinModeratorHello,
Please take a look at this link:
http://codex.wordpress.org/Function_Reference/wp_nav_menu
You can add a new class name in the menu declaration and style the elements with “!important”.
Also, please take a look in the header settings in theme options.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.