• Resolved khangtd

    (@khangtd)


    Hello and thanks for your this awesome WordPress theme.
    It would be great if I could modify this in my own style.
    I have created a menu for the navigation bar.
    So can you give me some cues to make blog pages and front page have the same navigation bar (they will exactly have the same effects) ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t have this theme load so i’m just looking online. The menu items are using the following rule:
    The css below would turn the menu items yellow.

    li.page_item a {
        color: yellow;
    }

    this rule would change the background color for the nav bar

    .main-navigation.navbar-collapse.collapse {
        background: orange;
    }

    Thread Starter khangtd

    (@khangtd)

    Thank you @tom,
    I have read the wp_nav_menu() function in wp_nav_template.php in the wp-includes folder, and I found that it added “current-menu-item” and “current_page_item” css class into the menu items style in the front page, but nothing in the blog pages.
    I think we should change the some code here but it seems quite complex.

    Thread Starter khangtd

    (@khangtd)

    I solved, thank you @tom for help. ??

    Theme Author Acme Themes

    (@acmethemes)

    Hello khangtd,

    Its very nice to know your problem solved :).

    Best Regards,
    Acme Themes

    It would have been nice to share how you solved it @khangtd

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Corporate Plus] Edit CSS of menu items?’ is closed to new replies.