-
AuthorPosts
-
margoht Friend
margoht
- Join date:
- February 2011
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
September 27, 2012 at 2:10 pm #181007Hello, I want to change the color of the main menu in the template JA-WALL, I tried in template.css and navigation.css and has not been possible. Can someone please tell me the name of the file and which line to change. thanks
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 27, 2012 at 2:17 pm #468387Going to help if you say which element you want to change. The background color of black? The colour of the text? The colour of the active bottom border?
Lots of menü stuff in each theme css z.B. templates/ja_wall/themes/classic/css/theme.css
September 27, 2012 at 8:51 pm #468412i was looking for the same thing,
however, i’m using the default theme and the theme.css file is blank.http://threado.com/2012b/index.php/vote
any help is greatly appreciated.
larrymargoht Friendmargoht
- Join date:
- February 2011
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
September 27, 2012 at 8:57 pm #468413Hi swissa, thanks for your quick response, I want to change only the color of the text. I entered for the specified path and I could not do it.
Thanks for your help
September 27, 2012 at 9:04 pm #468415nevermind.
i just did a find and replace all, in the template.css file, for the color i wanted changed…swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 28, 2012 at 1:02 pm #468502<em>@margoht 340065 wrote:</em><blockquote>Hi swissa, thanks for your quick response, I want to change only the color of the text. I entered for the specified path and I could not do it.
Thanks for your help</blockquote>
Can you post the url of the site to ensure I get the right css file?
margoht Friendmargoht
- Join date:
- February 2011
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
September 28, 2012 at 4:35 pm #468516Hello pixallus, I also I have the default template and also I have blank following the route of Swisse.
I saw on your website that you’ve been able to change the color of the main menu (designer, vote and shop), I appreciate any help, I also want to change the text color. Thank you.swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 28, 2012 at 5:39 pm #468517<em>@margoht 340200 wrote:</em><blockquote>Hello pixallus, I also I have the default template and also I have blank following the route of Swisse.
I saw on your website that you’ve been able to change the color of the main menu (designer, vote and shop), I appreciate any help, I also want to change the text color. Thank you.</blockquote>To change text colour you need to go to /templates/ja_wall/css/navigation.css and look for this code around line 47
#mainnav .menu > li > a {
- border-bottom: 5px solid transparent;
- color: #BBB < change colour here
- display: block;
- float: left;
- height: 40px;
- line-height: 45px;
- padding: 0 20px;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, .7);
- transition: background-color .5s ease 0s, color 0.2s linear 0s;
- -o-transition: background-color .5s ease 0s, color 0.2s linear 0s;
- -moz-transition: background-color .5s ease 0s, color 0.2s linear 0s;
- -webkit-transition: background-color .5s ease 0s, color 0.2s linear
Hope that hits it for you!!
margoht Friendmargoht
- Join date:
- February 2011
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 2 times in 1 posts
September 29, 2012 at 8:31 am #468535Swisse Thanks, you were a great help, make the change was easy.
Thanks again
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
November 11, 2012 at 1:16 pm #472547Hi Swissa,
I changed the #BBB to #8A8 (green) and there is no change in the text color of the left menu at http://173.254.15.37
any idea why not? thanks in advance
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
November 11, 2012 at 3:08 pm #472550Many thanks!
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
November 19, 2012 at 8:12 pm #473502I’ve mad an adjustment on the sidebar menu on the left – how can I get those characters to turn green? They reverted back to black – gracias!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
November 20, 2012 at 7:33 am #473568<em>@seaneo 346977 wrote:</em><blockquote>I’ve mad an adjustment on the sidebar menu on the left – how can I get those characters to turn green? They reverted back to black – gracias!</blockquote>
/templates/ja_wall/themes/minimalist/css/theme.css, find this code and change the colour.
#sidebar .menu li a {
- border-radius: 0;
- color: #252525
- text-transform: none;
- padding: 2px 0 !important;
}
Grüss
1 user says Thank You to swissa for this useful post
-
AuthorPosts
This topic contains 15 replies, has 4 voices, and was last updated by seaneo 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum