Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 27, 2017 at 3:58 pm #1006176Hi
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.
January 27, 2017 at 5:23 pm #1006200Yes, 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; }
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 29, 2017 at 11:01 am #1006535Hi
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! 🙂
AntonioAuthorPostsViewing 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.