-
AuthorPosts
-
March 27, 2010 at 5:11 pm #149878
How can I change the GRAY color in menu background?
March 31, 2010 at 2:39 pm #338611May someone help me, please?
vitormarques Friendvitormarques
- Join date:
- March 2010
- Posts:
- 70
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 19 times in 18 posts
April 5, 2010 at 9:00 am #339136Hello.
You can change that by doing this:
01. file templates/ja_tube/css/template.css (line 1289)
02. inside this change the background color:#ja-mainnav {
background:#F4F4F4 none repeat scroll 0 0;
border-top:1px solid #D5D5D5;
padding:8px 0;
z-index:999;
}Best regards
April 7, 2010 at 12:16 pm #339479<em>@vitormarques 173105 wrote:</em><blockquote>Hello.
You can change that by doing this:
01. file templates/ja_tube/css/template.css (line 1289)
02. inside this change the background color:#ja-mainnav {
background:#F4F4F4 none repeat scroll 0 0;
border-top:1px solid #D5D5D5;
padding:8px 0;
z-index:999;
}Best regards</blockquote>
Hi, I changed template.css as you wrote, but the change affected only this menu:
HOME TYPOGRAPHY NAVIGATIONS LAYOUTS COLORS JOOMLA! OVERVIEW
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 13, 2010 at 2:42 am #340163Dear sicilynews!
The head of box is using two background images to create header backhground as you saw:
http://dev.joomlart.com/jadev_data/sites/auto/qs.tube.1271125809/templates/ja_tube/images/box-tl.gif
http://dev.joomlart.com/jadev_data/sites/auto/qs.tube.1271125809/templates/ja_tube/images/box-tr.gifSo that you must to create two images having same dimension with those images.
2) Here is css code to render the header background of box:
div.module div div,
div.module_text div div,
div.module_menu div div {
background: url(../images/box-tr.gif) no-repeat right top;
}div.module div div div,
div.module_text div div div,
div.module_menu div div div {
background: url(../images/box-tl.gif) no-repeat left top;
padding: 0;
}YOu can find them in the /templates/ja_tube/css/template.css
GOod luck
1 user says Thank You to Saguaros for this useful post
April 19, 2010 at 3:27 pm #340802<em>@tienhc 174342 wrote:</em><blockquote>Dear sicilynews!
The head of box is using two background images to create header backhground as you saw:
http://dev.joomlart.com/jadev_data/sites/auto/qs.tube.1271125809/templates/ja_tube/images/box-tl.gif
http://dev.joomlart.com/jadev_data/sites/auto/qs.tube.1271125809/templates/ja_tube/images/box-tr.gifSo that you must to create two images having same dimension with those images.
2) Here is css code to render the header background of box:
div.module div div,
div.module_text div div,
div.module_menu div div {
background: url(../images/box-tr.gif) no-repeat right top;
}div.module div div div,
div.module_text div div div,
div.module_menu div div div {
background: url(../images/box-tl.gif) no-repeat left top;
padding: 0;
}YOu can find them in the /templates/ja_tube/css/template.css
GOod luck</blockquote>
Thank you very much!
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by sicilynews 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum