This topic has 3 replies, 2 voices, and was last updated 10 years by Catalin.

  • Author
  • #23435
     buzznesslab
    Participant

    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

    #23460
     Catalin
    Moderator

    Hello,

    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,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #23577
     buzznesslab
    Participant

    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.

    #23819
     Catalin
    Moderator

    Hello,

    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,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?