Okay
  Public Ticket #446408
menu position & color
Closed

Comments

  • John started the conversation

    Hi, How can I get the menu to display on top for the first page. Also, what css code do I need to change the menu color? Thanks. -John

  •  1,803
    Support replied

    Hi, you can use the fourth version of the header / menu in theme options

    for menu background:


    .navbar-inner {

    background: #222;

    }


    for menu links

    .navbar .nav > li > a {

    color: #FFFFFF;

    }

    replace the hex with your own color codes.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • John replied

    Thank you. The 4th menu worked.

    The menu color bar code worked only for the first page. All other pages are the default color. The funny thing is if I preview the pages individually they show the correct menu color

    Also there is something wrong with the menu on the first page. It is wider than the other pages and the page jump to the second page is off. It does not display the menu unless you manually scroll. All other pages work fine.

    Thank you for you help.

    -John

  •  1,803
    Support replied

    in the case of the 4th menu you need to add extra code for sticky navigation:

    .is-sticky .navbar-inner {

    background: ___your color here___;

    }

    the intended behavior is to show the sticky menu when you scroll to the first section after the home section.

    same , height of the menu is by design (the one that shows in home section)

    thanks


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • John replied

    Thanks. It worked.