Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ncunico Friend
    #192393

    Hi All!

    I want to know how to de-light the main nav… 🙂

    to make it simple.. the light main nav is white but I want to have it black.. exactly as when is up, exactly as the main nav.

    Could anyone help?

    Thanks


    1. lite
    phong nam Friend
    #512816

    Hi,

    You can change the background color of the light-mainnav into to black by creating a custom.css file at templates/ja_fixe/css/ path:

    @media (min-width: 980px) {
    .t3-mainnav.light-mainnav {
    background: #000;
    border-bottom: 1px solid #000;
    }

    .t3-mainnav.light-mainnav .container {
    background: #000;
    }
    }

    ncunico Friend
    #512862

    HI LEO!

    thanks,

    still a couple of things to fix…

    the social add this button and then the dropdown menu…

    thanks!!!


    1. Schermata-2013-11-20-a-15.34.16
    phong nam Friend
    #512922

    Hi ncunico,

    You can try to put these css styles override into custom.css file too:

    @media (min-width: 980px) {
    .light-mainnav .social-link .addthis_toolbox {
    background: #111;
    }

    .t3-mainnav.light-mainnav .addthis_toolbox>a {
    border-right-color: #111;
    }

    .t3-mainnav.light-mainnav .addthis_toolbox {
    border-left-color: #111;
    }

    .light-mainnav #fixel-top-pannel-link {
    background-color: #111;
    border-color: #111;
    }
    }

    ncunico Friend
    #513296

    P E R F E C T !

    thanks,

    N

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  ncunico 10 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum