-
AuthorPosts
-
ncunico Friend
ncunico
- Join date:
- April 2013
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 4 times in 1 posts
November 19, 2013 at 7:08 pm #192393Hi 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
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 20, 2013 at 8:18 am #512816Hi,
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;
}
}1 user says Thank You to phong nam for this useful post
ncunico Friendncunico
- Join date:
- April 2013
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 4 times in 1 posts
November 20, 2013 at 2:41 pm #512862HI LEO!
thanks,
still a couple of things to fix…
the social add this button and then the dropdown menu…
thanks!!!
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 20, 2013 at 10:28 pm #512922Hi 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;
}
}1 user says Thank You to phong nam for this useful post
ncunico Friendncunico
- Join date:
- April 2013
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 4 times in 1 posts
November 24, 2013 at 8:16 am #513296P E R F E C T !
thanks,
N
1 user says Thank You to ncunico for this useful post
AuthorPostsViewing 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
Jump to forum