Hi,
how can I change the fontsize and fonot color of the Main menu?
Best,
Zoran

    zmand13 Hi

    Open /css/custom.css file and add this code

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
        color: #ffffff;
        text-transform: uppercase;
        font-size:12px;
        font-weight: 500;
      
    }

    Change the values of font size, color as per needs.

    Regards

    Thanks Pankaj,

    it works fine...

    Best,

    Zoran

    Write a Reply...
    You need to Login to view replies.