test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1006176

    Hi
    Add below code in /css/custom.css file

    .navbar-default .navbar-nav > .active > a{
        color: #01579b!important;
        background-color: transparent!important;
        box-shadow: none;
    }

    Hope it helps.

    anto74 Friend
    #1006200

    Yes, it’s ok! Thanks!
    I noticed this other little problem, like attached screen, in the same page ( forum): the search box is rounded and different from default JA Social II search box.
    In custom css i added this code but it not works:

    input[type="search"] {
        -webkit-box-sizing: content-box!important;
        -moz-box-sizing: content-box!important;
        box-sizing: content-box!important;
        -webkit-appearance: textfield!important;
    }
    input[type="search"] {
        -webkit-appearance: none!important;
    }
    input[type="search"] {
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }

    1. Clipboard02
    Pankaj Sharma Moderator
    #1006394

    Hi
    its becuase the kunena use same style classes of Joomla and it override the css of templates.
    add below code in custom.css file
    .head-search input.search-query {border-radius:0px!important;}

    anto74 Friend
    #1006535

    Hi
    its becuase the kunena use same style classes of Joomla and it override the css of templates.
    add below code in custom.css file
    .head-search input.search-query {border-radius:0px!important;}

    Thanks! 🙂
    Antonio

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

This topic contains 4 replies, has 2 voices, and was last updated by  anto74 7 years, 10 months ago.

The topic ‘Help for menu layout – little CSS problem’ is closed to new replies.