-
AuthorPosts
-
mikel2004 Friend
mikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 17, 2014 at 12:26 pm #195853Hi again!
I wish to remove orange border of the icon item menu.Look:
I try with this code in my custom.css but I can´t:
.navbar .nav > .active > a {
background-color: none;
}What can I do?
My URL site: http://veintiuno.czoom.co/
Thanks!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 17, 2014 at 12:53 pm #526981Go to this File: /templates/ja_teline_iv_t3/css/themes/orange/template.css
Find this code and replace this orange color #BF5600 to any color code
.t3-mainnav {
border-bottom-color: #BF5600;
}
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 17, 2014 at 5:27 pm #527013Your code are correct? because don’t work for me.
Any other solution to hide/remove the orange border of the icon item home menu?
Thanks
<em>@Chavan 416691 wrote:</em><blockquote>Go to this File: /templates/ja_teline_iv_t3/css/themes/orange/template.css
Find this code and replace this orange color #BF5600 to any color code
.t3-mainnav {
border-bottom-color: #BF5600
}
</blockquote>timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
March 18, 2014 at 12:59 am #527053chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 18, 2014 at 1:24 am #527054Go to this File: /templates/ja_teline_iv_t3/css/themes/orange/bootstrap.css
Replace this code
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #eee; text-decoration: none; background-color: #BF5600; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); }
With
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #eee; text-decoration: none; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); }
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 18, 2014 at 9:02 pm #527231I get with include this code in my custom.css:
.nav > li > a:hover {
background-color: #fff
color: #fff
}.t3-mainnav .nav > li > a:hover, .t3-mainnav .nav > li > a:focus, .t3-mainnav .dropdown.open > a.dropdown-toggle {
color: #fff
background-color: #fff
text-decoration: #fff
}.t3-mainnav .nav > li > a:hover, .t3-mainnav .nav > li > a:focus, .t3-mainnav .dropdown.open > a.dropdown-toggle {
background-color: #fff
color: #fff
text-decoration: #fff
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
background-color: #fff
color: #fff
text-decoration: #fff
}.nav > li > a:hover {
background-color: #fff
color: #fff
text-decoration: #fff
}.nav > li > a:hover, .nav > li > a:focus {
background-color: #fff
color: #fff
text-decoration: #fff
}Thanks
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by mikel2004 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum