-
AuthorPosts
-
May 3, 2012 at 4:11 pm #176695
Hi,
How can I change the color of the elements which is marked out on the picture by yellow to be like the element marked out on the picture in red color.Thank you in advance
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 3, 2012 at 9:27 pm #451313khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 4, 2012 at 9:31 am #451400You replace the code from /templates/ja_anion/themes/light-green/css/color.css
div.ja-moduletable h3, div.moduletable h3 {
background-image: url(../images/h3-bg2.gif);
background-color: white;
}
with
div.ja-moduletable h3, div.moduletable h3 {
background: url(../images/bx-ct-bg2.gif) repeat-x;
background-color: white;
}
Replace the code from /templates/ja_anion/css/template.css
#ja-content-top div.ja-moduletable h3 {
background-color: white;
background-image: url(../images/h3-bg2.gif);
}
with
#ja-content-top div.ja-moduletable h3 {
background-color: white;
background-image: url(../themes/light-green/images/bx-ct-bg2.gif);
}May 4, 2012 at 10:25 am #451416Thank you,
but it is became green only partially
look at picture pleasebackground of the text is not green
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 5, 2012 at 9:04 am #451539You replace the code from color.css
div.ja-moduletable h3 span span {
color: #777;
}
with
div.ja-moduletable h3 span span {
color: white;
}
Replace
div.ja-moduletable h3 span {
background-image: url(../images/title-bg2.png);
}
with
div.ja-moduletable h3 span {
background-image: url(../images/hilite-title-bg.png);
}
Replace the code from template.css
#ja-content-top div.ja-moduletable h3 span span {
color: #777;
}
with
#ja-content-top div.ja-moduletable h3 span span {
color: #white;
}
replace
#ja-content-top div.ja-moduletable h3 span {
background-image: url(../images/title-bg2.png);
}
with
#ja-content-top div.ja-moduletable h3 span {
background-image: url(../themes/light-green/images/hilite-title-bg.png);
}May 7, 2012 at 2:27 pm #451860It is changed, but characters are not white.
Please have a look http://hot-kitchen.comkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 7, 2012 at 4:43 pm #451885Your code is wrong
div.ja-moduletable h3 span span {
color: #white; <-- right is white (without #)
}May 7, 2012 at 8:55 pm #451915Sorry for mistake, I corrected it, but the color of characters changed only in main part of site, and did not changed at left and right.
May 19, 2012 at 10:40 am #453764Hello,
Any ideas?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 23, 2012 at 7:34 am #454455Hi mpinchuk,
If you use editor like Firebug, you can easily see exact file name requiring the change.
Replace code from template.css:
div.ja-moduletable h3 span span {
background-position: left top;
color: #555555
height: 20px;
line-height: 17px;
padding-left: 11px;
padding-right: 0;
}You can change color to white
Hope this helps.
1 user says Thank You to Saguaros for this useful post
May 24, 2012 at 8:12 am #454650Sorry,
it was my mistake. I put # before name of color.
Now it is ok!
Closed!AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by mpinchuk 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum