-
AuthorPosts
-
June 25, 2013 at 3:56 pm #188488
I want to change the color of the navigation menu from black to a shade of grey. How can I achieve that?
Secondly, I want to reduce the space on the left of the articles category blog on my homepage as seen on cgesgr.zamoonda.org. I just want the text to fill the space and not use images in category blog layouts.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 25, 2013 at 4:47 pm #496900To modify the color of your main navigation bar:
Within file path –> /t3-assets/dev/green/templates.ja_argo.less.navigation.less.css
at line 1, you will see the following:
.t3-mainnav {
background-color: #080808
background-image: linear-gradient(to bottom, #0D0D0D, #000000)
background-repeat: repeat-x;
border-bottom: 0 none;
border-top: 0 none;
height: 50px;
}Simply modify the background-color property to the color code for the shade of grey you want.
Then, remove the “background-image” property – for example . . .
.t3-mainnav {
background-color: #333333
border-bottom: 0 none;
border-top: 0 none;
height: 50px;
}For color code (aka: hex code) info, see
😎
September 28, 2013 at 7:06 am #507368I do not have such a file on my server, only…
t3-assets/css/css-06e5f.css and about 10 other similar looking filesPlease advice
<em>@TomC 378082 wrote:</em><blockquote>To modify the color of your main navigation bar:
Within file path –> /t3-assets/dev/green/templates.ja_argo.less.navigation.less.css
at line 1, you will see the following:
.t3-mainnav {
background-color: #080808
background-image: linear-gradient(to bottom, #0D0D0D, #000000)
background-repeat: repeat-x;
border-bottom: 0 none;
border-top: 0 none;
height: 50px;
}Simply modify the background-color property to the color code for the shade of grey you want.
Then, remove the “background-image” property – for example . . .
.t3-mainnav {
background-color: #333333
border-bottom: 0 none;
border-top: 0 none;
height: 50px;
}For color code (aka: hex code) info, see
:cool:</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2013 at 4:47 pm #507385<em>@joomdude808 391517 wrote:</em><blockquote>I do not have such a file on my server, only…
t3-assets/css/css-06e5f.css and about 10 other similar looking filesPlease advice</blockquote>
Where are you looking? . You have to have the file referenced above – as I found it within the JA Argo files myself.September 28, 2013 at 5:00 pm #507386When I look in the “t3-assets” folder off the root directory, I do not see a “dev” folder as you mentioned in the previous post to the user zamoooik. I only have a css folder in my “t3-assets” folder which ONLY has
I only have a bunch of CSS files with name like “css-06e5f.css”
Screenshot:
http://snag.gy/MjtD2.jpgphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 30, 2013 at 8:30 am #507485Hi joomdude808,
You can change the navigation bar by putting below codes into templates/ja_argo/css/custom.css file:
.t3-mainnav {
background-color: #080808;
background-image: linear-gradient(to bottom,#0d0d0d,#000);
}
Change #080808,#0d0d0d,#000 to the color you want.
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by phong nam 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum