-
AuthorPosts
-
August 14, 2015 at 10:50 pm #661669
It?s not working the magic theme to change the background color of the main menu from blue to white, why can it be?, the link is http://www.lastunasdehuachipa.com
thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 14, 2015 at 10:55 pm #661716Try This . . . .
Within file path –> /templates/ja_charity/local/css/themes/eathisa/template.css
at line 3672, you should see the following:
.t3-header {
background: #1b3a70 none repeat scroll 0 0;
color: #ffffff;
padding-bottom: 5px;
padding-top: 5px;
position: relative;
z-index: 99;
}If you want the header section to be white, then modify as follows:
.t3-header {
background: #ffffff none repeat scroll 0 0;
color: #ffffff;
padding-bottom: 5px;
padding-top: 5px;
position: relative;
z-index: 99;
}Mind you, you will also need to modify the color of the menu items, or else you will not see them against the white background.
1 user says Thank You to TomC for this useful post
August 15, 2015 at 1:03 am #661718you right, thanks TomC, How can i change colour of menu items especially in hover position?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 17, 2015 at 8:03 am #662350<em>@titorus 487462 wrote:</em><blockquote>you right, thanks TomC, How can i change colour of menu items especially in hover position?</blockquote>
This way will help you to check the css style in hover action
Open templates/ja_charity/local/css/themes/eathisa/template.css file and change color highlighted below to your desired color
Line 1102
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: transparent;
color: #ffffff ;
}
1 user says Thank You to Ninja Lead for this useful post
August 19, 2015 at 10:31 pm #663082i tried change black color, but doesn`t work, the problem is that menu item pushed is white and you can`t see it.
August 19, 2015 at 10:31 pm #746025i tried change black color, but doesn`t work, the problem is that menu item pushed is white and you can`t see it.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 20, 2015 at 2:14 am #663097<em>@titorus 488208 wrote:</em><blockquote>i tried change black color, but doesn`t work, the problem is that menu item pushed is white and you can`t see it.</blockquote>
Maybe your site was cached, I checked your site at my end and saw it’s working fine
1 user says Thank You to Ninja Lead for this useful post
August 21, 2015 at 5:16 pm #664526In the selected page, the letters are white and can not be seen, how can I put them black?
August 21, 2015 at 5:16 pm #746277In the selected page, the letters are white and can not be seen, how can I put them black?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 21, 2015 at 6:12 pm #664529<em>@titorus 488582 wrote:</em><blockquote>In the selected page, the letters are white and can not be seen, how can I put them black?</blockquote>
Within file path —> /templates/ja_charity/local/css/themes/eathisa/megamenu.css
at line 332, you should see the following:
.t3-megamenu > .navbar-nav > li.current > a::before, .t3-megamenu > .navbar-nav > li.active > a::before, .t3-megamenu > .navbar-nav > li.open > a::before {
color: #ffffff;
}Modify the color code to whatever color code you wish.
Hope That Helps
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 21, 2015 at 6:12 pm #746280<em>@titorus 488582 wrote:</em><blockquote>In the selected page, the letters are white and can not be seen, how can I put them black?</blockquote>
Within file path —> /templates/ja_charity/local/css/themes/eathisa/megamenu.css
at line 332, you should see the following:
.t3-megamenu > .navbar-nav > li.current > a::before, .t3-megamenu > .navbar-nav > li.active > a::before, .t3-megamenu > .navbar-nav > li.open > a::before {
color: #ffffff;
}Modify the color code to whatever color code you wish.
Hope That Helps
1 user says Thank You to TomC for this useful post
August 21, 2015 at 7:38 pm #664535On line 332 I get other information, attached file.
August 21, 2015 at 7:38 pm #746286On line 332 I get other information, attached file.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
-
AuthorPosts
This topic contains 23 replies, has 3 voices, and was last updated by TomC 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum